color codes Logo

#6b00fc color codes

#6B00FC
(107,0,252)
0 Favorites   0 Comments

Color spaces of #6b00fc

RGB 1070252
HSL0.741.000.49
HSV265°100°99°
CMYK 0.581.000.00   0.01
XYZ23.634110.154192.8097
Yxy10.15410.18670.0802
Hunter Lab31.865576.6258-150.3789
CIE-Lab38.117681.1497-96.3241

#6b00fc color RGB value is (107,0,252).

#6b00fc hex color red value is 107, green value is 0 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6b00fc hue: 0.74 , saturation: 1.00 and the lightness value of 6b00fc is 0.49.

The process color (four color CMYK) of #6b00fc color code is 0.58, 1.00, 0.00, 0.01. Web safe color of #6b00fc is #6600ff. Color #6b00fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00000000 11111100
Octal 153 0 374
Decimal 107 0 252
Hex 6B 0 FC

RGB Percentages of Color #6b00fc

%29.81
%0.00
%70.19

CMYK Percentages of Color #6b00fc

%58
%100
%0
%1

Triadic Colors of #6b00fc

#6b00fc #fc6b00 #00fc6b

Analogous Colors of #6b00fc

#6b00fc #e900fc #0013fc

Monochromatic Colors of #6b00fc

#6b00fc

Complementary Color

#6b00fc #91fc00

#6b00fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b00fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b00fc Color CSS Codes

.mybgcolor {background-color:#6b00fc; } 
.myforecolor {color:#6b00fc; }
.mybordercolor {border:3px solid #6b00fc; }

#6b00fc Text Font Color

<p style="color:#6b00fc">Text here</p>

This sample text font color is #6b00fc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6b00fc Background Color

<div style="background-color:#6b00fc">
Div content here</div>

This div background color is #6b00fc


#6b00fc Border Color

<div style="border:3px solid #6b00fc">
Div here</div>

This div border color is #6b00fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,0,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b00fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b00fc;
  -webkit-box-shadow: 1px 1px 3px 2px #6b00fc;
  box-shadow:         1px 1px 3px 2px #6b00fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,0,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6b00fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6b00fc;
  -webkit-box-shadow: 1px 1px 3px 2px #6b00fc;
  box-shadow:         1px 1px 3px 2px #6b00fc;">
Div content here</div>

This div box has shadow with color #6b00fc

Related Colors


Comments

No comments written yet.

Please login to write comment.