#656985

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

Shades of Comet #656985

Tints of Comet #656985

Color information

#656985 (or 0x656985) is unknown color: approx Comet. HEX triplet: 65, 69 and 85. RGB value is (101,105,133). Sum of RGB (Red+Green+Blue) = 101+105+133=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 133 - color contains mainly: blue. Hex color #656985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656985 is #9A967A. Grayscale: #6A6A6A. Windows color (decimal): -10131067 or 8743269. OLE color: 8743269.

HSL color Cylindrical-coordinate representation of color #656985: hue angle of 232.5º 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 #656985 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB101105133-
CMYK0.240.2100.48
HSL232.5º13.68%45.88%-
HSV(B)232.5º24.06%52.16%-
XYZ14.6514.5624.23-
YUV107142.67123.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.79%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 133 (52.34% from 255) = 39.23%
R=29.79%
G=30.97%
B=39.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011051330.240.2100.48232.513.6845.88
Hex6569851815030e8e2e
Octal14515120530250603501656
Binary110010111010011000010111000101010110000111010001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656985; }

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

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

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

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

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

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

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

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