Html Css Color HEX #646B77 Raven

📋 copy color: '#646B77'

red 100 ◦ green 107 ◦ blue 119

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

Shades of Raven #646B77

Tints of Raven #646B77

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.82%

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

R = 30.67%
G = 32.82%
B = 36.5%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#646B77 (or 0x646B77) is known color: Raven. HEX triplet: 64, 6B and 77. RGB value is (100,107,119). Sum of RGB (Red+Green+Blue) = 100+107+119=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 119 - color contains mainly: blue. Hex color #646B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646B77 is #9B9488. Grayscale: #6A6A6A. Windows color (decimal): -10196105 or 7826276. OLE color: 7826276.

HSL color Cylindrical-coordinate representation of color #646B77: hue angle of 217.89º 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 #646B77 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 107 119 -
CMYK 0.16 0.10 0 0.53
HSL 217.89º 0.09% 0.43% -
HSV(B) 217.89º 0.16% 0.47% -
XYZ 13.84 14.56 19.53 -
YUV 106.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 100 107 119 0.16 0.10 0 0.53 217.89 0.09 0.43
Hex 64 6B 77 10 A 0 35 DA 9 2B
Octal 144 153 167 20 12 0 65 332 11 53
Binary 1100100 1101011 1110111 10000 1010 0 110101 11011010 1001 101011

Color Harmonies of #646B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646B77

Black with #646B77

Text Example


Text Example

White with #646B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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