Html Css Color HEX #656872 Comet

📋 copy color: '#656872'

red 101 ◦ green 104 ◦ blue 114

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

Shades of Comet #656872

Tints of Comet #656872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.6%

 BLUE value IS 114 (44.92% from 255) = 35.74%

R = 31.66%
G = 32.6%
B = 35.74%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#656872 (or 0x656872) is known color: Comet. HEX triplet: 65, 68 and 72. RGB value is (101,104,114). Sum of RGB (Red+Green+Blue) = 101+104+114=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 114 - color contains mainly: blue. Hex color #656872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656872 is #9A978D. Grayscale: #686868. Windows color (decimal): -10131342 or 7497829. OLE color: 7497829.

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

Color convert

RGB 101 104 114 -
CMYK 0.11 0.09 0 0.55
HSL 226.15º 0.06% 0.42% -
HSV(B) 226.15º 0.11% 0.45% -
XYZ 13.35 13.88 17.9 -
YUV 104.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 101 104 114 0.11 0.09 0 0.55 226.15 0.06 0.42
Hex 65 68 72 B 9 0 37 E2 6 2A
Octal 145 150 162 13 11 0 67 342 6 52
Binary 1100101 1101000 1110010 1011 1001 0 110111 11100010 110 101010

Color Harmonies of #656872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656872

Black with #656872

Text Example


Text Example

White with #656872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656872; }

 p { color: rgb(101,104,114); }

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

background-color css

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

 a { background-color: rgb(101,104,114); }

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

border-color css

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

 span { border-color: rgb(101,104,114); }

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