Html Css Color HEX #686B87 Comet

📋 copy color: '#686B87'

red 104 ◦ green 107 ◦ blue 135

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

Shades of Comet #686B87

Tints of Comet #686B87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.02%

R = 30.06%
G = 30.92%
B = 39.02%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#686B87 (or 0x686B87) is known color: Comet. HEX triplet: 68, 6B and 87. RGB value is (104,107,135). Sum of RGB (Red+Green+Blue) = 104+107+135=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 135 - color contains mainly: blue. Hex color #686B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686B87 is #979478. Grayscale: #6D6D6D. Windows color (decimal): -9933945 or 8874856. OLE color: 8874856.

HSL color Cylindrical-coordinate representation of color #686B87: hue angle of 234.19º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #686B87 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 107 135 -
CMYK 0.23 0.21 0 0.47
HSL 234.19º 0.13% 0.47% -
HSV(B) 234.19º 0.23% 0.53% -
XYZ 15.34 15.21 25.05 -
YUV 109.3 142.51 124.22 -
System Red Green Blue C M Y K H S L
Decimal 104 107 135 0.23 0.21 0 0.47 234.19 0.13 0.47
Hex 68 6B 87 17 15 0 2F EA D 2F
Octal 150 153 207 27 25 0 57 352 15 57
Binary 1101000 1101011 10000111 10111 10101 0 101111 11101010 1101 101111

Color Harmonies of #686B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686B87

Black with #686B87

Text Example


Text Example

White with #686B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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