Html Css Color HEX #646B78 Raven

📋 copy color: '#646B78'

red 100 ◦ green 107 ◦ blue 120

#646B78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raven #646B78

Tints of Raven #646B78

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.7%

R = 30.58%
G = 32.72%
B = 36.7%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#646B78 (or 0x646B78) is known color: 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

RGB 100 107 120 -
CMYK 0.17 0.11 0 0.53
HSL 219º 0.09% 0.43% -
HSV(B) 219º 0.17% 0.47% -
XYZ 13.9 14.58 19.85 -
YUV 106.39 135.68 123.44 -
System Red Green Blue C M Y K H S L
Decimal 100 107 120 0.17 0.11 0 0.53 219 0.09 0.43
Hex 64 6B 78 11 B 0 35 DB 9 2B
Octal 144 153 170 21 13 0 65 333 11 53
Binary 1100100 1101011 1111000 10001 1011 0 110101 11011011 1001 101011

Color Harmonies of #646B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646B78

Black with #646B78

Text Example


Text Example

White with #646B78

Text Example


Text Example

HTML Codes & Css Web 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>