Html Css Color HEX #686984 Comet

📋 copy color: '#686984'

red 104 ◦ green 105 ◦ blue 132

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

Shades of Comet #686984

Tints of Comet #686984

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.79%

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

R = 30.5%
G = 30.79%
B = 38.71%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#686984 (or 0x686984) is known color: Comet. HEX triplet: 68, 69 and 84. RGB value is (104,105,132). Sum of RGB (Red+Green+Blue) = 104+105+132=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #686984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686984 is #97967B. Grayscale: #6B6B6B. Windows color (decimal): -9934460 or 8677736. OLE color: 8677736.

HSL color Cylindrical-coordinate representation of color #686984: hue angle of 237.86º 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 #686984 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 105 132 -
CMYK 0.21 0.20 0 0.48
HSL 237.86º 0.12% 0.46% -
HSV(B) 237.86º 0.21% 0.52% -
XYZ 14.93 14.71 23.88 -
YUV 107.78 141.67 125.3 -
System Red Green Blue C M Y K H S L
Decimal 104 105 132 0.21 0.20 0 0.48 237.86 0.12 0.46
Hex 68 69 84 15 14 0 30 EE C 2E
Octal 150 151 204 25 24 0 60 356 14 56
Binary 1101000 1101001 10000100 10101 10100 0 110000 11101110 1100 101110

Color Harmonies of #686984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686984

Black with #686984

Text Example


Text Example

White with #686984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686984; }

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

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

background-color css

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

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

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

border-color css

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

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

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