Html Css Color HEX #686884 Comet

📋 copy color: '#686884'

red 104 ◦ green 104 ◦ blue 132

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

Shades of Comet #686884

Tints of Comet #686884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.82%

R = 30.59%
G = 30.59%
B = 38.82%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#686884 (or 0x686884) is known color: Comet. HEX triplet: 68, 68 and 84. RGB value is (104,104,132). Sum of RGB (Red+Green+Blue) = 104+104+132=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #686884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686884 is #97977B. Grayscale: #6B6B6B. Windows color (decimal): -9934716 or 8677480. OLE color: 8677480.

HSL color Cylindrical-coordinate representation of color #686884: hue angle of 240º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #686884 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 104 132 -
CMYK 0.21 0.21 0 0.48
HSL 240º 0.12% 0.46% -
HSV(B) 240º 0.21% 0.52% -
XYZ 14.82 14.51 23.85 -
YUV 107.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 104 104 132 0.21 0.21 0 0.48 240 0.12 0.46
Hex 68 68 84 15 15 0 30 F0 C 2E
Octal 150 150 204 25 25 0 60 360 14 56
Binary 1101000 1101000 10000100 10101 10101 0 110000 11110000 1100 101110

Color Harmonies of #686884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686884

Black with #686884

Text Example


Text Example

White with #686884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686884; }

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

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

background-color css

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

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

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

border-color css

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

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

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