#646B78

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

Shades of Raven #646B78

Tints of Raven #646B78

Color information

#646B78 (or 0x646B78) is unknown color: approx Raven. HEX triplet: 64, 6B and 78. RGB value is (100,107,120). Sum of RGB (Red+Green+Blue) = 100+107+120=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 120 - color contains mainly: blue. Hex color #646B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646B78 is #9B9487. Grayscale: #6A6A6A. Windows color (decimal): -10196104 or 7891812. OLE color: 7891812.

HSL color Cylindrical-coordinate representation of color #646B78: hue angle of 219º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #646B78 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB100107120-
CMYK0.170.1100.53
HSL219º9.09%43.14%-
HSV(B)219º16.67%47.06%-
XYZ13.914.5819.85-
YUV106.39135.68123.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.58%
GREEN value IS 107 (42.19% from 255) = 32.72%
BLUE value IS 120 (47.27% from 255) = 36.70%
R=30.58%
G=32.72%
B=36.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1001071200.170.1100.532199.0943.14
Hex646B7811B035db92b
Octal14415317021130653331153
Binary1100100110101111110001000110110110101110110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646B78; }

 p { color: rgb(100,107,120); }

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

<style>
 a { background-color: #646B78; }

 a { background-color: rgb(100,107,120); }

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

<style>
 span { border-color: #646B78; }

 span { border-color: rgb(100,107,120); }

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