#656887

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

Shades of Comet #656887

Tints of Comet #656887

Color information

#656887 (or 0x656887) is unknown color: approx Comet. HEX triplet: 65, 68 and 87. RGB value is (101,104,135). Sum of RGB (Red+Green+Blue) = 101+104+135=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 135 - color contains mainly: blue. Hex color #656887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656887 is #9A9778. Grayscale: #6A6A6A. Windows color (decimal): -10131321 or 8874085. OLE color: 8874085.

HSL color Cylindrical-coordinate representation of color #656887: hue angle of 234.71º 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 #656887 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB101104135-
CMYK0.250.2300.47
HSL234.71º14.41%46.27%-
HSV(B)234.71º25.19%52.94%-
XYZ14.6914.4224.93-
YUV106.64144.01123.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.71%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 135 (53.12% from 255) = 39.71%
R=29.71%
G=30.59%
B=39.71%

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
Decimal1011041350.250.2300.47234.7114.4146.27
Hex656887191702Febe2e
Octal14515020731270573531656
Binary110010111010001000011111001101110101111111010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656887; }

 p { color: rgb(101,104,135); }

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

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

 a { background-color: rgb(101,104,135); }

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

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

 span { border-color: rgb(101,104,135); }

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