Html Css Color HEX #686982 Comet

📋 copy color: '#686982'

red 104 ◦ green 105 ◦ blue 130

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

Shades of Comet #686982

Tints of Comet #686982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.35%

R = 30.68%
G = 30.97%
B = 38.35%

CMYK

 C value IS 0.2

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#686982 (or 0x686982) is known color: Comet. HEX triplet: 68, 69 and 82. RGB value is (104,105,130). Sum of RGB (Red+Green+Blue) = 104+105+130=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 130 - color contains mainly: blue. Hex color #686982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686982 is #97967D. Grayscale: #6B6B6B. Windows color (decimal): -9934462 or 8546664. OLE color: 8546664.

HSL color Cylindrical-coordinate representation of color #686982: hue angle of 237.69º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #686982 is Cyan = 0.2, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 105 130 -
CMYK 0.2 0.19 0 0.49
HSL 237.69º 0.11% 0.46% -
HSV(B) 237.69º 0.2% 0.51% -
XYZ 14.79 14.66 23.17 -
YUV 107.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 104 105 130 0.2 0.19 0 0.49 237.69 0.11 0.46
Hex 68 69 82 14 13 0 31 EE B 2E
Octal 150 151 202 24 23 0 61 356 13 56
Binary 1101000 1101001 10000010 10100 10011 0 110001 11101110 1011 101110

Color Harmonies of #686982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686982

Black with #686982

Text Example


Text Example

White with #686982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686982; }

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

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

background-color css

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

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

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

border-color css

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

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

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