#6A6C70

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

Shades of Raven #6A6C70

Tints of Raven #6A6C70

Color information

#6A6C70 (or 0x6A6C70) is unknown color: approx Raven. HEX triplet: 6A, 6C and 70. RGB value is (106,108,112). Sum of RGB (Red+Green+Blue) = 106+108+112=326 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.52% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 112 - color contains mainly: blue. Hex color #6A6C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6C70 is #95938F. Grayscale: #6B6B6B. Windows color (decimal): -9802640 or 7367786. OLE color: 7367786.

HSL color Cylindrical-coordinate representation of color #6A6C70: hue angle of 220º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6A6C70 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB106108112-
CMYK0.050.0400.56
HSL220º2.75%42.75%-
HSV(B)220º5.36%43.92%-
XYZ14.2314.9617.47-
YUV107.86130.34126.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.52%
GREEN value IS 108 (42.58% from 255) = 33.13%
BLUE value IS 112 (44.14% from 255) = 34.36%
R=32.52%
G=33.13%
B=34.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1061081120.050.0400.562202.7542.75
Hex6A6C7054038dc32b
Octal15215416054070334353
Binary11010101101100111000010110001110001101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,108,112); }

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

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

 a { background-color: rgb(106,108,112); }

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

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

 span { border-color: rgb(106,108,112); }

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