#656386

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

Shades of Comet #656386

Tints of Comet #656386

Color information

#656386 (or 0x656386) is unknown color: approx Comet. HEX triplet: 65, 63 and 86. RGB value is (101,99,134). Sum of RGB (Red+Green+Blue) = 101+99+134=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 134 - color contains mainly: blue. Hex color #656386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656386 is #9A9C79. Grayscale: #676767. Windows color (decimal): -10132602 or 8807269. OLE color: 8807269.

HSL color Cylindrical-coordinate representation of color #656386: hue angle of 243.43º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #656386 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10199134-
CMYK0.250.2600.47
HSL243.43º15.02%45.69%-
HSV(B)243.43º26.12%52.55%-
XYZ14.1313.4124.4-
YUV103.59145.16126.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.24%
GREEN value IS 99 (39.06% from 255) = 29.64%
BLUE value IS 134 (52.73% from 255) = 40.12%
R=30.24%
G=29.64%
B=40.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101991340.250.2600.47243.4315.0245.69
Hex656386191A02Ff3f2e
Octal14514320631320573631756
Binary110010111000111000011011001110100101111111100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656386; }

 p { color: rgb(101,99,134); }

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

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

 a { background-color: rgb(101,99,134); }

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

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

 span { border-color: rgb(101,99,134); }

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