#6A6E78

Color #6A6E78 Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #6A6E78

Tints of Raven #6A6E78

Color information

#6A6E78 (or 0x6A6E78) is unknown color: approx Raven. HEX triplet: 6A, 6E and 78. RGB value is (106,110,120). Sum of RGB (Red+Green+Blue) = 106+110+120=336 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.55% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 120 - color contains mainly: blue. Hex color #6A6E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6E78 is #959187. Grayscale: #6D6D6D. Windows color (decimal): -9802120 or 7892586. OLE color: 7892586.

HSL color Cylindrical-coordinate representation of color #6A6E78: hue angle of 222.86º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A6E78 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB106110120-
CMYK0.120.0800.53
HSL222.86º6.19%44.31%-
HSV(B)222.86º11.67%47.06%-
XYZ14.9115.5719.99-
YUV109.94133.67125.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 31.55%
GREEN value IS 110 (43.36% from 255) = 32.74%
BLUE value IS 120 (47.27% from 255) = 35.71%
R=31.55%
G=32.74%
B=35.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1061101200.120.0800.53222.866.1944.31
Hex6A6E78C8035df62c
Octal1521561701410065337654
Binary11010101101110111100011001000011010111011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A6E78; }

 p { color: rgb(106,110,120); }

 H1.HeaderClassName
 {
   color: #6A6E78;
 }
 .AnyTagClassName
 {
   color: #6A6E78;
 }
</style>
background-color css

<style>
 a { background-color: #6A6E78; }

 a { background-color: rgb(106,110,120); }

 div.DivClassName
 {
   background-color: #6A6E78;
 }
 .BgClassName
 {
   background-color: #6A6E78;
 }
</style>
border-color css

<style>
 span { border-color: #6A6E78; }

 span { border-color: rgb(106,110,120); }

 td.TdClassName
 {
   border-color: #6A6E78;
 }
 .TagClassName
 {
   border-color: #6A6E78;
 }
</style>