Html Css Color HEX #686887 Comet

📋 copy color: '#686887'

red 104 ◦ green 104 ◦ blue 135

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

Shades of Comet #686887

Tints of Comet #686887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.36%

R = 30.32%
G = 30.32%
B = 39.36%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#686887 (or 0x686887) is known color: Comet. HEX triplet: 68, 68 and 87. RGB value is (104,104,135). Sum of RGB (Red+Green+Blue) = 104+104+135=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 135 - color contains mainly: blue. Hex color #686887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686887 is #979778. Grayscale: #6B6B6B. Windows color (decimal): -9934713 or 8874088. OLE color: 8874088.

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

Color convert

RGB 104 104 135 -
CMYK 0.23 0.23 0 0.47
HSL 240º 0.13% 0.47% -
HSV(B) 240º 0.23% 0.53% -
XYZ 15.03 14.59 24.95 -
YUV 107.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 104 104 135 0.23 0.23 0 0.47 240 0.13 0.47
Hex 68 68 87 17 17 0 2F F0 D 2F
Octal 150 150 207 27 27 0 57 360 15 57
Binary 1101000 1101000 10000111 10111 10111 0 101111 11110000 1101 101111

Color Harmonies of #686887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686887

Black with #686887

Text Example


Text Example

White with #686887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686887; }

 p { color: rgb(104,104,135); }

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

background-color css

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

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

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

border-color css

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

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

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