Html Css Color HEX #686983 Comet

📋 copy color: '#686983'

red 104 ◦ green 105 ◦ blue 131

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

Shades of Comet #686983

Tints of Comet #686983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.53%

R = 30.59%
G = 30.88%
B = 38.53%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#686983 (or 0x686983) is known color: Comet. HEX triplet: 68, 69 and 83. RGB value is (104,105,131). Sum of RGB (Red+Green+Blue) = 104+105+131=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 131 - color contains mainly: blue. Hex color #686983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686983 is #97967C. Grayscale: #6B6B6B. Windows color (decimal): -9934461 or 8612200. OLE color: 8612200.

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

Color convert

RGB 104 105 131 -
CMYK 0.21 0.20 0 0.49
HSL 237.78º 0.11% 0.46% -
HSV(B) 237.78º 0.21% 0.51% -
XYZ 14.86 14.68 23.52 -
YUV 107.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 104 105 131 0.21 0.20 0 0.49 237.78 0.11 0.46
Hex 68 69 83 15 14 0 31 EE B 2E
Octal 150 151 203 25 24 0 61 356 13 56
Binary 1101000 1101001 10000011 10101 10100 0 110001 11101110 1011 101110

Color Harmonies of #686983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686983

Black with #686983

Text Example


Text Example

White with #686983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686983; }

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

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

background-color css

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

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

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

border-color css

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

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

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