Html Css Color HEX #68686E Comet

📋 copy color: '#68686E'

red 104 ◦ green 104 ◦ blue 110

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

Shades of Comet #68686E

Tints of Comet #68686E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.59%

R = 32.7%
G = 32.7%
B = 34.59%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#68686E (or 0x68686E) is known color: Comet. HEX triplet: 68, 68 and 6E. RGB value is (104,104,110). Sum of RGB (Red+Green+Blue) = 104+104+110=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 110 - color contains mainly: blue. Hex color #68686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68686E is #979791. Grayscale: #686868. Windows color (decimal): -9934738 or 7235688. OLE color: 7235688.

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

Color convert

RGB 104 104 110 -
CMYK 0.05 0.05 0 0.57
HSL 240º 0.03% 0.42% -
HSV(B) 240º 0.05% 0.43% -
XYZ 13.47 13.97 16.74 -
YUV 104.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 104 104 110 0.05 0.05 0 0.57 240 0.03 0.42
Hex 68 68 6E 5 5 0 39 F0 3 2A
Octal 150 150 156 5 5 0 71 360 3 52
Binary 1101000 1101000 1101110 101 101 0 111001 11110000 11 101010

Color Harmonies of #68686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68686E

Black with #68686E

Text Example


Text Example

White with #68686E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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