Html Css Color HEX #686683 Comet

📋 copy color: '#686683'

red 104 ◦ green 102 ◦ blue 131

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

Shades of Comet #686683

Tints of Comet #686683

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.27%

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

R = 30.86%
G = 30.27%
B = 38.87%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#686683 (or 0x686683) is known color: Comet. HEX triplet: 68, 66 and 83. RGB value is (104,102,131). Sum of RGB (Red+Green+Blue) = 104+102+131=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 131 - color contains mainly: blue. Hex color #686683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686683 is #97997C. Grayscale: #696969. Windows color (decimal): -9935229 or 8611432. OLE color: 8611432.

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

Color convert

RGB 104 102 131 -
CMYK 0.21 0.22 0 0.49
HSL 244.14º 0.12% 0.46% -
HSV(B) 244.14º 0.22% 0.51% -
XYZ 14.56 14.08 23.42 -
YUV 105.9 142.16 126.64 -
System Red Green Blue C M Y K H S L
Decimal 104 102 131 0.21 0.22 0 0.49 244.14 0.12 0.46
Hex 68 66 83 15 16 0 31 F4 C 2E
Octal 150 146 203 25 26 0 61 364 14 56
Binary 1101000 1100110 10000011 10101 10110 0 110001 11110100 1100 101110

Color Harmonies of #686683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686683

Black with #686683

Text Example


Text Example

White with #686683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686683; }

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

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

background-color css

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

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

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

border-color css

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

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

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