Html Css Color HEX #686B88 Comet

📋 copy color: '#686B88'

red 104 ◦ green 107 ◦ blue 136

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

Shades of Comet #686B88

Tints of Comet #686B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.19%

R = 29.97%
G = 30.84%
B = 39.19%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#686B88 (or 0x686B88) is known color: Comet. HEX triplet: 68, 6B and 88. RGB value is (104,107,136). Sum of RGB (Red+Green+Blue) = 104+107+136=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #686B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686B88 is #979477. Grayscale: #6D6D6D. Windows color (decimal): -9933944 or 8940392. OLE color: 8940392.

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

Color convert

RGB 104 107 136 -
CMYK 0.24 0.21 0 0.47
HSL 234.38º 0.13% 0.47% -
HSV(B) 234.38º 0.24% 0.53% -
XYZ 15.41 15.24 25.42 -
YUV 109.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 104 107 136 0.24 0.21 0 0.47 234.38 0.13 0.47
Hex 68 6B 88 18 15 0 2F EA D 2F
Octal 150 153 210 30 25 0 57 352 15 57
Binary 1101000 1101011 10001000 11000 10101 0 101111 11101010 1101 101111

Color Harmonies of #686B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686B88

Black with #686B88

Text Example


Text Example

White with #686B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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