#656682

Color #656682 Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #656682

Tints of Comet #656682

Color information

#656682 (or 0x656682) is unknown color: approx Comet. HEX triplet: 65, 66 and 82. RGB value is (101,102,130). Sum of RGB (Red+Green+Blue) = 101+102+130=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 130 - color contains mainly: blue. Hex color #656682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656682 is #9A997D. Grayscale: #686868. Windows color (decimal): -10131838 or 8545893. OLE color: 8545893.

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

Color convert

RGB101102130-
CMYK0.220.2200.49
HSL237.93º12.55%45.29%-
HSV(B)237.93º22.31%50.98%-
XYZ14.1513.8823.05-
YUV104.89142.17125.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.33%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 130 (51.17% from 255) = 39.04%
R=30.33%
G=30.63%
B=39.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011021300.220.2200.49237.9312.5545.29
Hex6566821616031eed2d
Octal14514620226260613561555
Binary110010111001101000001010110101100110001111011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656682; }

 p { color: rgb(101,102,130); }

 H1.HeaderClassName
 {
   color: #656682;
 }
 .AnyTagClassName
 {
   color: #656682;
 }
</style>
background-color css

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

 a { background-color: rgb(101,102,130); }

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

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

 span { border-color: rgb(101,102,130); }

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