Html Css Color HEX #646978 Raven

📋 copy color: '#646978'

red 100 ◦ green 105 ◦ blue 120

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

Shades of Raven #646978

Tints of Raven #646978

RGB

 RED value IS 100 (39.45% from 255) = 30.77%

 GREEN value IS 105 (41.41% from 255) = 32.31%

 BLUE value IS 120 (47.27% from 255) = 36.92%

R = 30.77%
G = 32.31%
B = 36.92%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#646978 (or 0x646978) is known color: Raven. HEX triplet: 64, 69 and 78. RGB value is (100,105,120). Sum of RGB (Red+Green+Blue) = 100+105+120=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 120 - color contains mainly: blue. Hex color #646978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646978 is #9B9687. Grayscale: #696969. Windows color (decimal): -10196616 or 7891300. OLE color: 7891300.

HSL color Cylindrical-coordinate representation of color #646978: hue angle of 225º 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 #646978 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 105 120 -
CMYK 0.17 0.13 0 0.53
HSL 225º 0.09% 0.43% -
HSV(B) 225º 0.17% 0.47% -
XYZ 13.7 14.17 19.78 -
YUV 105.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 100 105 120 0.17 0.13 0 0.53 225 0.09 0.43
Hex 64 69 78 11 D 0 35 E1 9 2B
Octal 144 151 170 21 15 0 65 341 11 53
Binary 1100100 1101001 1111000 10001 1101 0 110101 11100001 1001 101011

Color Harmonies of #646978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646978

Black with #646978

Text Example


Text Example

White with #646978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646978; }

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

 H1.HeaderClassName
 {
   color: #646978;
 }
 .AnyTagClassName
 {
   color: #646978;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #646978;
 }
 .BgClassName
 {
   background-color: #646978;
 }
</style>

border-color css

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

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

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