Html Css Color HEX #68687D Comet

📋 copy color: '#68687D'

red 104 ◦ green 104 ◦ blue 125

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

Shades of Comet #68687D

Tints of Comet #68687D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.54%

R = 31.23%
G = 31.23%
B = 37.54%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68687D (or 0x68687D) is known color: Comet. HEX triplet: 68, 68 and 7D. RGB value is (104,104,125). Sum of RGB (Red+Green+Blue) = 104+104+125=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 125 - color contains mainly: blue. Hex color #68687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68687D is #979782. Grayscale: #6A6A6A. Windows color (decimal): -9934723 or 8218728. OLE color: 8218728.

HSL color Cylindrical-coordinate representation of color #68687D: hue angle of 240º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #68687D is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 104 125 -
CMYK 0.17 0.17 0 0.51
HSL 240º 0.09% 0.45% -
HSV(B) 240º 0.17% 0.49% -
XYZ 14.36 14.32 21.41 -
YUV 106.39 138.5 126.29 -
System Red Green Blue C M Y K H S L
Decimal 104 104 125 0.17 0.17 0 0.51 240 0.09 0.45
Hex 68 68 7D 11 11 0 33 F0 9 2D
Octal 150 150 175 21 21 0 63 360 11 55
Binary 1101000 1101000 1111101 10001 10001 0 110011 11110000 1001 101101

Color Harmonies of #68687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68687D

Black with #68687D

Text Example


Text Example

White with #68687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68687D; }

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

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

background-color css

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

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

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

border-color css

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

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

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