Html Css Color HEX #646977 Raven

📋 copy color: '#646977'

red 100 ◦ green 105 ◦ blue 119

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

Shades of Raven #646977

Tints of Raven #646977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.73%

R = 30.86%
G = 32.41%
B = 36.73%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#646977 (or 0x646977) is known color: Raven. HEX triplet: 64, 69 and 77. RGB value is (100,105,119). Sum of RGB (Red+Green+Blue) = 100+105+119=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 119 - color contains mainly: blue. Hex color #646977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646977 is #9B9688. Grayscale: #696969. Windows color (decimal): -10196617 or 7825764. OLE color: 7825764.

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

Color convert

RGB 100 105 119 -
CMYK 0.16 0.12 0 0.53
HSL 224.21º 0.09% 0.43% -
HSV(B) 224.21º 0.16% 0.47% -
XYZ 13.64 14.14 19.46 -
YUV 105.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 100 105 119 0.16 0.12 0 0.53 224.21 0.09 0.43
Hex 64 69 77 10 C 0 35 E0 9 2B
Octal 144 151 167 20 14 0 65 340 11 53
Binary 1100100 1101001 1110111 10000 1100 0 110101 11100000 1001 101011

Color Harmonies of #646977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646977

Black with #646977

Text Example


Text Example

White with #646977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646977; }

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

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

background-color css

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

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

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

border-color css

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

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

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