Html Css Color HEX #646470 Comet

📋 copy color: '#646470'

red 100 ◦ green 100 ◦ blue 112

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

Shades of Comet #646470

Tints of Comet #646470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.05%

 BLUE value IS 112 (44.14% from 255) = 35.9%

R = 32.05%
G = 32.05%
B = 35.9%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#646470 (or 0x646470) is known color: Comet. HEX triplet: 64, 64 and 70. RGB value is (100,100,112). Sum of RGB (Red+Green+Blue) = 100+100+112=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 112 - color contains mainly: blue. Hex color #646470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646470 is #9B9B8F. Grayscale: #656565. Windows color (decimal): -10197904 or 7365732. OLE color: 7365732.

HSL color Cylindrical-coordinate representation of color #646470: hue angle of 240º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #646470 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 100 112 -
CMYK 0.11 0.11 0 0.56
HSL 240º 0.06% 0.42% -
HSV(B) 240º 0.11% 0.44% -
XYZ 12.74 12.99 17.17 -
YUV 101.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 100 100 112 0.11 0.11 0 0.56 240 0.06 0.42
Hex 64 64 70 B B 0 38 F0 6 2A
Octal 144 144 160 13 13 0 70 360 6 52
Binary 1100100 1100100 1110000 1011 1011 0 111000 11110000 110 101010

Color Harmonies of #646470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646470

Black with #646470

Text Example


Text Example

White with #646470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646470; }

 p { color: rgb(100,100,112); }

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

background-color css

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

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

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

border-color css

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

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

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