Html Css Color HEX #68687C Comet

📋 copy color: '#68687C'

red 104 ◦ green 104 ◦ blue 124

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

Shades of Comet #68687C

Tints of Comet #68687C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.35%

R = 31.33%
G = 31.33%
B = 37.35%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68687C (or 0x68687C) is known color: Comet. HEX triplet: 68, 68 and 7C. RGB value is (104,104,124). Sum of RGB (Red+Green+Blue) = 104+104+124=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 124 - color contains mainly: blue. Hex color #68687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68687C is #979783. Grayscale: #6A6A6A. Windows color (decimal): -9934724 or 8153192. OLE color: 8153192.

HSL color Cylindrical-coordinate representation of color #68687C: 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.16%. Process color model (Four color, CMYK) of #68687C is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 104 124 -
CMYK 0.16 0.16 0 0.51
HSL 240º 0.09% 0.45% -
HSV(B) 240º 0.16% 0.49% -
XYZ 14.3 14.3 21.08 -
YUV 106.28 138 126.37 -
System Red Green Blue C M Y K H S L
Decimal 104 104 124 0.16 0.16 0 0.51 240 0.09 0.45
Hex 68 68 7C 10 10 0 33 F0 9 2D
Octal 150 150 174 20 20 0 63 360 11 55
Binary 1101000 1101000 1111100 10000 10000 0 110011 11110000 1001 101101

Color Harmonies of #68687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68687C

Black with #68687C

Text Example


Text Example

White with #68687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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