#656885

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

Shades of Comet #656885

Tints of Comet #656885

Color information

#656885 (or 0x656885) is unknown color: approx Comet. HEX triplet: 65, 68 and 85. RGB value is (101,104,133). Sum of RGB (Red+Green+Blue) = 101+104+133=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #656885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656885 is #9A977A. Grayscale: #6A6A6A. Windows color (decimal): -10131323 or 8743013. OLE color: 8743013.

HSL color Cylindrical-coordinate representation of color #656885: hue angle of 234.38º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #656885 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB101104133-
CMYK0.240.2200.48
HSL234.38º13.68%45.88%-
HSV(B)234.38º24.06%52.16%-
XYZ14.5514.3624.2-
YUV106.41143.01124.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.88%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=29.88%
G=30.77%
B=39.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011041330.240.2200.48234.3813.6845.88
Hex6568851816030eae2e
Octal14515020530260603521656
Binary110010111010001000010111000101100110000111010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656885; }

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

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

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

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

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

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

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

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