Html Css Color HEX #686788 Comet

📋 copy color: '#686788'

red 104 ◦ green 103 ◦ blue 136

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

Shades of Comet #686788

Tints of Comet #686788

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.03%

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

R = 30.32%
G = 30.03%
B = 39.65%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#686788 (or 0x686788) is known color: Comet. HEX triplet: 68, 67 and 88. RGB value is (104,103,136). Sum of RGB (Red+Green+Blue) = 104+103+136=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 136 - color contains mainly: blue. Hex color #686788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686788 is #979877. Grayscale: #6A6A6A. Windows color (decimal): -9934968 or 8939368. OLE color: 8939368.

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

Color convert

RGB 104 103 136 -
CMYK 0.24 0.24 0 0.47
HSL 241.82º 0.14% 0.47% -
HSV(B) 241.82º 0.24% 0.53% -
XYZ 15 14.42 25.29 -
YUV 107.06 144.33 125.82 -
System Red Green Blue C M Y K H S L
Decimal 104 103 136 0.24 0.24 0 0.47 241.82 0.14 0.47
Hex 68 67 88 18 18 0 2F F2 E 2F
Octal 150 147 210 30 30 0 57 362 16 57
Binary 1101000 1100111 10001000 11000 11000 0 101111 11110010 1110 101111

Color Harmonies of #686788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686788

Black with #686788

Text Example


Text Example

White with #686788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686788; }

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

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

background-color css

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

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

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

border-color css

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

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

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