Html Css Color HEX #646C7C Raven

📋 copy color: '#646C7C'

red 100 ◦ green 108 ◦ blue 124

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

Shades of Raven #646C7C

Tints of Raven #646C7C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.53%

 BLUE value IS 124 (48.83% from 255) = 37.35%

R = 30.12%
G = 32.53%
B = 37.35%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#646C7C (or 0x646C7C) is known color: Raven. HEX triplet: 64, 6C and 7C. RGB value is (100,108,124). Sum of RGB (Red+Green+Blue) = 100+108+124=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 124 - color contains mainly: blue. Hex color #646C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646C7C is #9B9383. Grayscale: #6B6B6B. Windows color (decimal): -10195844 or 8154212. OLE color: 8154212.

HSL color Cylindrical-coordinate representation of color #646C7C: hue angle of 220º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #646C7C is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 108 124 -
CMYK 0.19 0.13 0 0.51
HSL 220º 0.11% 0.44% -
HSV(B) 220º 0.19% 0.49% -
XYZ 14.26 14.89 21.19 -
YUV 107.43 137.35 122.7 -
System Red Green Blue C M Y K H S L
Decimal 100 108 124 0.19 0.13 0 0.51 220 0.11 0.44
Hex 64 6C 7C 13 D 0 33 DC B 2C
Octal 144 154 174 23 15 0 63 334 13 54
Binary 1100100 1101100 1111100 10011 1101 0 110011 11011100 1011 101100

Color Harmonies of #646C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646C7C

Black with #646C7C

Text Example


Text Example

White with #646C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,108,124); }

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

background-color css

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

 a { background-color: rgb(100,108,124); }

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

border-color css

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

 span { border-color: rgb(100,108,124); }

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