Html Css Color HEX #686A7F Comet

📋 copy color: '#686A7F'

red 104 ◦ green 106 ◦ blue 127

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

Shades of Comet #686A7F

Tints of Comet #686A7F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.45%

 BLUE value IS 127 (50% from 255) = 37.69%

R = 30.86%
G = 31.45%
B = 37.69%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#686A7F (or 0x686A7F) is known color: Comet. HEX triplet: 68, 6A and 7F. RGB value is (104,106,127). Sum of RGB (Red+Green+Blue) = 104+106+127=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 127 - color contains mainly: blue. Hex color #686A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A7F is #979580. Grayscale: #6B6B6B. Windows color (decimal): -9934209 or 8350312. OLE color: 8350312.

HSL color Cylindrical-coordinate representation of color #686A7F: hue angle of 234.78º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #686A7F is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 106 127 -
CMYK 0.18 0.17 0 0.50
HSL 234.78º 0.1% 0.45% -
HSV(B) 234.78º 0.18% 0.5% -
XYZ 14.69 14.78 22.16 -
YUV 107.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 104 106 127 0.18 0.17 0 0.50 234.78 0.1 0.45
Hex 68 6A 7F 12 11 0 32 EB A 2D
Octal 150 152 177 22 21 0 62 353 12 55
Binary 1101000 1101010 1111111 10010 10001 0 110010 11101011 1010 101101

Color Harmonies of #686A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686A7F

Black with #686A7F

Text Example


Text Example

White with #686A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686A7F; }

 p { color: rgb(104,106,127); }

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

background-color css

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

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

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

border-color css

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

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

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