Color Hex Logo

#606bfe Color Hex

#606BFE
(96,107,254)
0 Favorites   0 Comments

Color spaces of #606bfe

RGB 96107254
HSL0.660.990.69
HSV236°62°100°
CMYK 0.620.580.00   0.00
XYZ27.971020.157996.1826
Yxy20.15790.19380.1397
Hunter Lab44.897632.6341-95.5868
CIE-Lab52.015339.4085-74.6325

#606bfe color RGB value is (96,107,254).

#606bfe hex color red value is 96, green value is 107 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #606bfe hue: 0.66 , saturation: 0.99 and the lightness value of 606bfe is 0.69.

The process color (four color CMYK) of #606bfe color hex is 0.62, 0.58, 0.00, 0.00. Web safe color of #606bfe is #6666ff. Color #606bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101011 11111110
Octal 140 153 376
Decimal 96 107 254
Hex 60 6B FE

RGB Percentages of Color #606bfe

%21.01
%23.41
%55.58

CMYK Percentages of Color #606bfe

%62
%58
%0
%0

Triadic Colors of #606bfe

#606bfe #fe606b #6bfe60

Analogous Colors of #606bfe

#606bfe #a460fe #60bafe

Monochromatic Colors of #606bfe

#606bfe

Complementary Color

#606bfe #fef360

#606bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#606bfe Color CSS Codes

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

#606bfe Text Font Color

<p style="color:#606bfe">Text here</p>

This sample text font color is #606bfe
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.


#606bfe Background Color

<div style="background-color:#606bfe">
Div content here</div>

This div background color is #606bfe


#606bfe Border Color

<div style="border:3px solid #606bfe">
Div here</div>

This div border color is #606bfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,107,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #606bfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #606bfe;
  -webkit-box-shadow: 1px 1px 3px 2px #606bfe;
  box-shadow:         1px 1px 3px 2px #606bfe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606bfe


Comments

No comments written yet.

Please login to write comment.