Html Css Color HEX #646A76 Raven

📋 copy color: '#646A76'

red 100 ◦ green 106 ◦ blue 118

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

Shades of Raven #646A76

Tints of Raven #646A76

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.72%

 BLUE value IS 118 (46.48% from 255) = 36.42%

R = 30.86%
G = 32.72%
B = 36.42%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#646A76 (or 0x646A76) is known color: Raven. HEX triplet: 64, 6A and 76. RGB value is (100,106,118). Sum of RGB (Red+Green+Blue) = 100+106+118=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 118 - color contains mainly: blue. Hex color #646A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A76 is #9B9589. Grayscale: #696969. Windows color (decimal): -10196362 or 7760484. OLE color: 7760484.

HSL color Cylindrical-coordinate representation of color #646A76: hue angle of 220º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #646A76 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 106 118 -
CMYK 0.15 0.10 0 0.54
HSL 220º 0.08% 0.43% -
HSV(B) 220º 0.15% 0.46% -
XYZ 13.68 14.33 19.18 -
YUV 105.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 100 106 118 0.15 0.10 0 0.54 220 0.08 0.43
Hex 64 6A 76 F A 0 36 DC 8 2B
Octal 144 152 166 17 12 0 66 334 10 53
Binary 1100100 1101010 1110110 1111 1010 0 110110 11011100 1000 101011

Color Harmonies of #646A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646A76

Black with #646A76

Text Example


Text Example

White with #646A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,106,118); }

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

background-color css

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

 a { background-color: rgb(100,106,118); }

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

border-color css

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

 span { border-color: rgb(100,106,118); }

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