Html Css Color HEX #68686F Comet

📋 copy color: '#68686F'

red 104 ◦ green 104 ◦ blue 111

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

Shades of Comet #68686F

Tints of Comet #68686F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.8%

R = 32.6%
G = 32.6%
B = 34.8%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#68686F (or 0x68686F) is known color: Comet. HEX triplet: 68, 68 and 6F. RGB value is (104,104,111). Sum of RGB (Red+Green+Blue) = 104+104+111=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 111 - color contains mainly: blue. Hex color #68686F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68686F is #979790. Grayscale: #686868. Windows color (decimal): -9934737 or 7301224. OLE color: 7301224.

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

Color convert

RGB 104 104 111 -
CMYK 0.06 0.06 0 0.56
HSL 240º 0.03% 0.42% -
HSV(B) 240º 0.06% 0.44% -
XYZ 13.53 13.99 17.03 -
YUV 104.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 104 104 111 0.06 0.06 0 0.56 240 0.03 0.42
Hex 68 68 6F 6 6 0 38 F0 3 2A
Octal 150 150 157 6 6 0 70 360 3 52
Binary 1101000 1101000 1101111 110 110 0 111000 11110000 11 101010

Color Harmonies of #68686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68686F

Black with #68686F

Text Example


Text Example

White with #68686F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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