Html Css Color HEX #686974 Comet

📋 copy color: '#686974'

red 104 ◦ green 105 ◦ blue 116

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

Shades of Comet #686974

Tints of Comet #686974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.69%

R = 32%
G = 32.31%
B = 35.69%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#686974 (or 0x686974) is known color: Comet. HEX triplet: 68, 69 and 74. RGB value is (104,105,116). Sum of RGB (Red+Green+Blue) = 104+105+116=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 116 - color contains mainly: blue. Hex color #686974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686974 is #97968B. Grayscale: #696969. Windows color (decimal): -9934476 or 7629160. OLE color: 7629160.

HSL color Cylindrical-coordinate representation of color #686974: hue angle of 235º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #686974 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 105 116 -
CMYK 0.10 0.09 0 0.55
HSL 235º 0.05% 0.43% -
HSV(B) 235º 0.1% 0.45% -
XYZ 13.91 14.31 18.55 -
YUV 105.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 104 105 116 0.10 0.09 0 0.55 235 0.05 0.43
Hex 68 69 74 A 9 0 37 EB 5 2B
Octal 150 151 164 12 11 0 67 353 5 53
Binary 1101000 1101001 1110100 1010 1001 0 110111 11101011 101 101011

Color Harmonies of #686974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686974

Black with #686974

Text Example


Text Example

White with #686974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686974; }

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

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

background-color css

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

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

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

border-color css

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

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

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