Html Css Color HEX #686A88 Comet

📋 copy color: '#686A88'

red 104 ◦ green 106 ◦ blue 136

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

Shades of Comet #686A88

Tints of Comet #686A88

RGB

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

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

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

R = 30.06%
G = 30.64%
B = 39.31%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#686A88 (or 0x686A88) is known color: Comet. HEX triplet: 68, 6A and 88. RGB value is (104,106,136). Sum of RGB (Red+Green+Blue) = 104+106+136=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #686A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686A88 is #979577. Grayscale: #6C6C6C. Windows color (decimal): -9934200 or 8940136. OLE color: 8940136.

HSL color Cylindrical-coordinate representation of color #686A88: hue angle of 236.25º 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 #686A88 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 106 136 -
CMYK 0.24 0.22 0 0.47
HSL 236.25º 0.13% 0.47% -
HSV(B) 236.25º 0.24% 0.53% -
XYZ 15.31 15.03 25.39 -
YUV 108.82 143.34 124.56 -
System Red Green Blue C M Y K H S L
Decimal 104 106 136 0.24 0.22 0 0.47 236.25 0.13 0.47
Hex 68 6A 88 18 16 0 2F EC D 2F
Octal 150 152 210 30 26 0 57 354 15 57
Binary 1101000 1101010 10001000 11000 10110 0 101111 11101100 1101 101111

Color Harmonies of #686A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686A88

Black with #686A88

Text Example


Text Example

White with #686A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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