Html Css Color HEX #646570 Comet

📋 copy color: '#646570'

red 100 ◦ green 101 ◦ blue 112

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

Shades of Comet #646570

Tints of Comet #646570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.27%

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

R = 31.95%
G = 32.27%
B = 35.78%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#646570 (or 0x646570) is known color: Comet. HEX triplet: 64, 65 and 70. RGB value is (100,101,112). Sum of RGB (Red+Green+Blue) = 100+101+112=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 112 - color contains mainly: blue. Hex color #646570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646570 is #9B9A8F. Grayscale: #656565. Windows color (decimal): -10197648 or 7365988. OLE color: 7365988.

HSL color Cylindrical-coordinate representation of color #646570: hue angle of 235º 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 #646570 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 101 112 -
CMYK 0.11 0.10 0 0.56
HSL 235º 0.06% 0.42% -
HSV(B) 235º 0.11% 0.44% -
XYZ 12.83 13.19 17.2 -
YUV 101.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 100 101 112 0.11 0.10 0 0.56 235 0.06 0.42
Hex 64 65 70 B A 0 38 EB 6 2A
Octal 144 145 160 13 12 0 70 353 6 52
Binary 1100100 1100101 1110000 1011 1010 0 111000 11101011 110 101010

Color Harmonies of #646570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646570

Black with #646570

Text Example


Text Example

White with #646570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646570; }

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

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

background-color css

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

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

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

border-color css

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

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

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