Html Css Color HEX #68686B Comet

📋 copy color: '#68686B'

red 104 ◦ green 104 ◦ blue 107

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

Shades of Comet #68686B

Tints of Comet #68686B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.97%

R = 33.02%
G = 33.02%
B = 33.97%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68686B (or 0x68686B) is known color: Comet. HEX triplet: 68, 68 and 6B. RGB value is (104,104,107). Sum of RGB (Red+Green+Blue) = 104+104+107=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 107 - color contains mainly: blue. Hex color #68686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68686B is #979794. Grayscale: #686868. Windows color (decimal): -9934741 or 7039080. OLE color: 7039080.

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

Color convert

RGB 104 104 107 -
CMYK 0.03 0.03 0 0.58
HSL 240º 0.01% 0.41% -
HSV(B) 240º 0.03% 0.42% -
XYZ 13.31 13.91 15.89 -
YUV 104.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 104 104 107 0.03 0.03 0 0.58 240 0.01 0.41
Hex 68 68 6B 3 3 0 3A F0 1 29
Octal 150 150 153 3 3 0 72 360 1 51
Binary 1101000 1101000 1101011 11 11 0 111010 11110000 1 101001

Color Harmonies of #68686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68686B

Black with #68686B

Text Example


Text Example

White with #68686B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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