Html Css Color HEX #68697C Comet

📋 copy color: '#68697C'

red 104 ◦ green 105 ◦ blue 124

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

Shades of Comet #68697C

Tints of Comet #68697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.53%

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

R = 31.23%
G = 31.53%
B = 37.24%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68697C (or 0x68697C) is known color: Comet. HEX triplet: 68, 69 and 7C. RGB value is (104,105,124). Sum of RGB (Red+Green+Blue) = 104+105+124=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 124 - color contains mainly: blue. Hex color #68697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68697C is #979683. Grayscale: #6A6A6A. Windows color (decimal): -9934468 or 8153448. OLE color: 8153448.

HSL color Cylindrical-coordinate representation of color #68697C: hue angle of 237º 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 #68697C is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 105 124 -
CMYK 0.16 0.15 0 0.51
HSL 237º 0.09% 0.45% -
HSV(B) 237º 0.16% 0.49% -
XYZ 14.4 14.5 21.11 -
YUV 106.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 104 105 124 0.16 0.15 0 0.51 237 0.09 0.45
Hex 68 69 7C 10 F 0 33 ED 9 2D
Octal 150 151 174 20 17 0 63 355 11 55
Binary 1101000 1101001 1111100 10000 1111 0 110011 11101101 1001 101101

Color Harmonies of #68697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68697C

Black with #68697C

Text Example


Text Example

White with #68697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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