Html Css Color HEX #686B84 Comet

📋 copy color: '#686B84'

red 104 ◦ green 107 ◦ blue 132

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

Shades of Comet #686B84

Tints of Comet #686B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.48%

R = 30.32%
G = 31.2%
B = 38.48%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#686B84 (or 0x686B84) is known color: Comet. HEX triplet: 68, 6B and 84. RGB value is (104,107,132). Sum of RGB (Red+Green+Blue) = 104+107+132=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #686B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686B84 is #97947B. Grayscale: #6C6C6C. Windows color (decimal): -9933948 or 8678248. OLE color: 8678248.

HSL color Cylindrical-coordinate representation of color #686B84: hue angle of 233.57º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #686B84 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 107 132 -
CMYK 0.21 0.19 0 0.48
HSL 233.57º 0.12% 0.46% -
HSV(B) 233.57º 0.21% 0.52% -
XYZ 15.13 15.12 23.95 -
YUV 108.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 104 107 132 0.21 0.19 0 0.48 233.57 0.12 0.46
Hex 68 6B 84 15 13 0 30 EA C 2E
Octal 150 153 204 25 23 0 60 352 14 56
Binary 1101000 1101011 10000100 10101 10011 0 110000 11101010 1100 101110

Color Harmonies of #686B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686B84

Black with #686B84

Text Example


Text Example

White with #686B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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