Html Css Color HEX #68686C Comet

📋 copy color: '#68686C'

red 104 ◦ green 104 ◦ blue 108

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

Shades of Comet #68686C

Tints of Comet #68686C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.18%

R = 32.91%
G = 32.91%
B = 34.18%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68686C (or 0x68686C) is known color: Comet. HEX triplet: 68, 68 and 6C. RGB value is (104,104,108). Sum of RGB (Red+Green+Blue) = 104+104+108=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 108 - color contains mainly: blue. Hex color #68686C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68686C is #979793. Grayscale: #686868. Windows color (decimal): -9934740 or 7104616. OLE color: 7104616.

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

Color convert

RGB 104 104 108 -
CMYK 0.04 0.04 0 0.58
HSL 240º 0.02% 0.42% -
HSV(B) 240º 0.04% 0.42% -
XYZ 13.37 13.93 16.17 -
YUV 104.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 104 104 108 0.04 0.04 0 0.58 240 0.02 0.42
Hex 68 68 6C 4 4 0 3A F0 2 2A
Octal 150 150 154 4 4 0 72 360 2 52
Binary 1101000 1101000 1101100 100 100 0 111010 11110000 10 101010

Color Harmonies of #68686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68686C

Black with #68686C

Text Example


Text Example

White with #68686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68686C; }

 p { color: rgb(104,104,108); }

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

background-color css

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

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

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

border-color css

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

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

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