#656984

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

Shades of Comet #656984

Tints of Comet #656984

Color information

#656984 (or 0x656984) is unknown color: approx Comet. HEX triplet: 65, 69 and 84. RGB value is (101,105,132). Sum of RGB (Red+Green+Blue) = 101+105+132=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 132 - color contains mainly: blue. Hex color #656984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656984 is #9A967B. Grayscale: #6A6A6A. Windows color (decimal): -10131068 or 8677733. OLE color: 8677733.

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

Color convert

RGB101105132-
CMYK0.230.2000.48
HSL232.26º13.3%45.69%-
HSV(B)232.26º23.48%51.76%-
XYZ14.5814.5423.87-
YUV106.88142.17123.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.88%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 132 (51.95% from 255) = 39.05%
R=29.88%
G=31.07%
B=39.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011051320.230.2000.48232.2613.345.69
Hex6569841714030e8d2e
Octal14515120427240603501556
Binary110010111010011000010010111101000110000111010001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656984; }

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

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

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

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

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

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

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

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