#656884

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

Shades of Comet #656884

Tints of Comet #656884

Color information

#656884 (or 0x656884) is unknown color: approx Comet. HEX triplet: 65, 68 and 84. RGB value is (101,104,132). Sum of RGB (Red+Green+Blue) = 101+104+132=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 132 - color contains mainly: blue. Hex color #656884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656884 is #9A977B. Grayscale: #6A6A6A. Windows color (decimal): -10131324 or 8677477. OLE color: 8677477.

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

Color convert

RGB101104132-
CMYK0.230.2100.48
HSL234.19º13.3%45.69%-
HSV(B)234.19º23.48%51.76%-
XYZ14.4814.3323.83-
YUV106.29142.51124.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.97%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 132 (51.95% from 255) = 39.17%
R=29.97%
G=30.86%
B=39.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011041320.230.2100.48234.1913.345.69
Hex6568841715030ead2e
Octal14515020427250603521556
Binary110010111010001000010010111101010110000111010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656884; }

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

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

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

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

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

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

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

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