#656786

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

Shades of Comet #656786

Tints of Comet #656786

Color information

#656786 (or 0x656786) is unknown color: approx Comet. HEX triplet: 65, 67 and 86. RGB value is (101,103,134). Sum of RGB (Red+Green+Blue) = 101+103+134=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 134 - color contains mainly: blue. Hex color #656786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656786 is #9A9879. Grayscale: #696969. Windows color (decimal): -10131578 or 8808293. OLE color: 8808293.

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

Color convert

RGB101103134-
CMYK0.250.2300.47
HSL236.36º14.04%46.08%-
HSV(B)236.36º24.63%52.55%-
XYZ14.5214.1924.53-
YUV105.94143.84124.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.88%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 134 (52.73% from 255) = 39.64%
R=29.88%
G=30.47%
B=39.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011031340.250.2300.47236.3614.0446.08
Hex656786191702Fece2e
Octal14514720631270573541656
Binary110010111001111000011011001101110101111111011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656786; }

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

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

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

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

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

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

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

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