Html Css Color HEX #686786 Comet

📋 copy color: '#686786'

red 104 ◦ green 103 ◦ blue 134

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

Shades of Comet #686786

Tints of Comet #686786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 39.3%

R = 30.5%
G = 30.21%
B = 39.3%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#686786 (or 0x686786) is known color: Comet. HEX triplet: 68, 67 and 86. RGB value is (104,103,134). Sum of RGB (Red+Green+Blue) = 104+103+134=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 134 - color contains mainly: blue. Hex color #686786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686786 is #979879. Grayscale: #6A6A6A. Windows color (decimal): -9934970 or 8808296. OLE color: 8808296.

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

Color convert

RGB 104 103 134 -
CMYK 0.22 0.23 0 0.47
HSL 241.94º 0.13% 0.46% -
HSV(B) 241.94º 0.23% 0.53% -
XYZ 14.86 14.36 24.54 -
YUV 106.83 143.33 125.98 -
System Red Green Blue C M Y K H S L
Decimal 104 103 134 0.22 0.23 0 0.47 241.94 0.13 0.46
Hex 68 67 86 16 17 0 2F F2 D 2E
Octal 150 147 206 26 27 0 57 362 15 56
Binary 1101000 1100111 10000110 10110 10111 0 101111 11110010 1101 101110

Color Harmonies of #686786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686786

Black with #686786

Text Example


Text Example

White with #686786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686786; }

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

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

background-color css

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

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

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

border-color css

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

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

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