Html Css Color HEX #68697D Comet

📋 copy color: '#68697D'

red 104 ◦ green 105 ◦ blue 125

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

Shades of Comet #68697D

Tints of Comet #68697D

RGB

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

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

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

R = 31.14%
G = 31.44%
B = 37.43%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68697D (or 0x68697D) is known color: Comet. HEX triplet: 68, 69 and 7D. RGB value is (104,105,125). Sum of RGB (Red+Green+Blue) = 104+105+125=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 125 - color contains mainly: blue. Hex color #68697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68697D is #979682. Grayscale: #6A6A6A. Windows color (decimal): -9934467 or 8218984. OLE color: 8218984.

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

Color convert

RGB 104 105 125 -
CMYK 0.17 0.16 0 0.51
HSL 237.14º 0.09% 0.45% -
HSV(B) 237.14º 0.17% 0.49% -
XYZ 14.46 14.53 21.44 -
YUV 106.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 104 105 125 0.17 0.16 0 0.51 237.14 0.09 0.45
Hex 68 69 7D 11 10 0 33 ED 9 2D
Octal 150 151 175 21 20 0 63 355 11 55
Binary 1101000 1101001 1111101 10001 10000 0 110011 11101101 1001 101101

Color Harmonies of #68697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68697D

Black with #68697D

Text Example


Text Example

White with #68697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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