#6A6D78

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

Shades of Raven #6A6D78

Tints of Raven #6A6D78

Color information

#6A6D78 (or 0x6A6D78) is unknown color: approx Raven. HEX triplet: 6A, 6D and 78. RGB value is (106,109,120). Sum of RGB (Red+Green+Blue) = 106+109+120=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 120 - color contains mainly: blue. Hex color #6A6D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6D78 is #959287. Grayscale: #6D6D6D. Windows color (decimal): -9802376 or 7892330. OLE color: 7892330.

HSL color Cylindrical-coordinate representation of color #6A6D78: hue angle of 227.14º 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 #6A6D78 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB106109120-
CMYK0.120.0900.53
HSL227.14º6.19%44.31%-
HSV(B)227.14º11.67%47.06%-
XYZ14.815.3619.95-
YUV109.36134.01125.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.64%
GREEN value IS 109 (42.97% from 255) = 32.54%
BLUE value IS 120 (47.27% from 255) = 35.82%
R=31.64%
G=32.54%
B=35.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1061091200.120.0900.53227.146.1944.31
Hex6A6D78C9035e362c
Octal1521551701411065343654
Binary11010101101101111100011001001011010111100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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