Color Hex Logo

#6a76cb Color Hex

#6A76CB
(106,118,203)
0 Favorites   0 Comments

Color spaces of #6a76cb

RGB 106118203
HSL0.650.480.61
HSV233°48°80°
CMYK 0.480.420.00   0.20
XYZ23.201820.332859.2017
Yxy20.33280.22580.1979
Hunter Lab45.091912.9354-46.2782
CIE-Lab52.211418.4717-45.6322

#6a76cb color RGB value is (106,118,203).

#6a76cb hex color red value is 106, green value is 118 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6a76cb hue: 0.65 , saturation: 0.48 and the lightness value of 6a76cb is 0.61.

The process color (four color CMYK) of #6a76cb color hex is 0.48, 0.42, 0.00, 0.20. Web safe color of #6a76cb is #6666cc. Color #6a76cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01110110 11001011
Octal 152 166 313
Decimal 106 118 203
Hex 6A 76 CB

RGB Percentages of Color #6a76cb

%24.82
%27.63
%47.54

CMYK Percentages of Color #6a76cb

%48
%42
%0
%20

Triadic Colors of #6a76cb

#6a76cb #cb6a76 #76cb6a

Analogous Colors of #6a76cb

#6a76cb #8f6acb #6aa7cb

Monochromatic Colors of #6a76cb

#6a76cb

Complementary Color

#6a76cb #cbbf6a

#6a76cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a76cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a76cb Color CSS Codes

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

#6a76cb Text Font Color

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

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


#6a76cb Background Color

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

This div background color is #6a76cb


#6a76cb Border Color

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

This div border color is #6a76cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,118,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a76cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a76cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6a76cb;
  box-shadow:         1px 1px 3px 2px #6a76cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,118,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a76cb


Comments

No comments written yet.

Please login to write comment.