Html Css Color HEX #686972 Comet

📋 copy color: '#686972'

red 104 ◦ green 105 ◦ blue 114

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

Shades of Comet #686972

Tints of Comet #686972

RGB

 RED value IS 104 (41.02% from 255) = 32.2%

 GREEN value IS 105 (41.41% from 255) = 32.51%

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

R = 32.2%
G = 32.51%
B = 35.29%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#686972 (or 0x686972) is known color: Comet. HEX triplet: 68, 69 and 72. RGB value is (104,105,114). Sum of RGB (Red+Green+Blue) = 104+105+114=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 114 - color contains mainly: blue. Hex color #686972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686972 is #97968D. Grayscale: #696969. Windows color (decimal): -9934478 or 7498088. OLE color: 7498088.

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

Color convert

RGB 104 105 114 -
CMYK 0.09 0.08 0 0.55
HSL 234º 0.05% 0.43% -
HSV(B) 234º 0.09% 0.45% -
XYZ 13.8 14.26 17.95 -
YUV 105.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 104 105 114 0.09 0.08 0 0.55 234 0.05 0.43
Hex 68 69 72 9 8 0 37 EA 5 2B
Octal 150 151 162 11 10 0 67 352 5 53
Binary 1101000 1101001 1110010 1001 1000 0 110111 11101010 101 101011

Color Harmonies of #686972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686972

Black with #686972

Text Example


Text Example

White with #686972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686972; }

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

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

background-color css

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

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

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

border-color css

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

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

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