Html Css Color HEX #656470 Comet

📋 copy color: '#656470'

red 101 ◦ green 100 ◦ blue 112

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

Shades of Comet #656470

Tints of Comet #656470

RGB

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

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

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

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

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#656470 (or 0x656470) is known color: Comet. HEX triplet: 65, 64 and 70. RGB value is (101,100,112). Sum of RGB (Red+Green+Blue) = 101+100+112=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 100 (39.45% from 255 or 31.95% 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 #656470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656470 is #9A9B8F. Grayscale: #656565. Windows color (decimal): -10132368 or 7365733. OLE color: 7365733.

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

Color convert

RGB 101 100 112 -
CMYK 0.10 0.11 0 0.56
HSL 245º 0.06% 0.42% -
HSV(B) 245º 0.11% 0.44% -
XYZ 12.85 13.05 17.17 -
YUV 101.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 101 100 112 0.10 0.11 0 0.56 245 0.06 0.42
Hex 65 64 70 A B 0 38 F5 6 2A
Octal 145 144 160 12 13 0 70 365 6 52
Binary 1100101 1100100 1110000 1010 1011 0 111000 11110101 110 101010

Color Harmonies of #656470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656470

Black with #656470

Text Example


Text Example

White with #656470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656470; }

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

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

background-color css

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

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

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

border-color css

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

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

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