Html Css Color HEX #686B7F Comet

📋 copy color: '#686B7F'

red 104 ◦ green 107 ◦ blue 127

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

Shades of Comet #686B7F

Tints of Comet #686B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.66%

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

R = 30.77%
G = 31.66%
B = 37.57%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#686B7F (or 0x686B7F) is known color: Comet. HEX triplet: 68, 6B and 7F. RGB value is (104,107,127). Sum of RGB (Red+Green+Blue) = 104+107+127=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 127 - color contains mainly: blue. Hex color #686B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B7F is #979480. Grayscale: #6C6C6C. Windows color (decimal): -9933953 or 8350568. OLE color: 8350568.

HSL color Cylindrical-coordinate representation of color #686B7F: hue angle of 232.17º 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 #686B7F is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 107 127 -
CMYK 0.18 0.16 0 0.50
HSL 232.17º 0.1% 0.45% -
HSV(B) 232.17º 0.18% 0.5% -
XYZ 14.8 14.99 22.19 -
YUV 108.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 104 107 127 0.18 0.16 0 0.50 232.17 0.1 0.45
Hex 68 6B 7F 12 10 0 32 E8 A 2D
Octal 150 153 177 22 20 0 62 350 12 55
Binary 1101000 1101011 1111111 10010 10000 0 110010 11101000 1010 101101

Color Harmonies of #686B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686B7F

Black with #686B7F

Text Example


Text Example

White with #686B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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