#9FA6DD

Color #9FA6DD Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #9FA6DD

Tints of Echo Blue #9FA6DD

Color information

#9FA6DD (or 0x9FA6DD) is unknown color: approx Echo Blue. HEX triplet: 9F, A6 and DD. RGB value is (159,166,221). Sum of RGB (Red+Green+Blue) = 159+166+221=546 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.12% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FA6DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA6DD is #605922. Grayscale: #A9A9A9. Windows color (decimal): -6314275 or 14526111. OLE color: 14526111.

HSL color Cylindrical-coordinate representation of color #9FA6DD: hue angle of 233.23º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FA6DD is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159166221-
CMYK0.280.2500.13
HSL233.23º47.69%74.51%-
HSV(B)233.23º28.05%86.67%-
XYZ40.9939.8673.94-
YUV170.18156.68120.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.12%
GREEN value IS 166 (65.23% from 255) = 30.40%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=29.12%
G=30.40%
B=40.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591662210.280.2500.13233.2347.6974.51
Hex9FA6DD1C190De9304b
Octal237246335343101535160113
Binary100111111010011011011101111001100101101111010011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FA6DD; }

 p { color: rgb(159,166,221); }

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

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

 a { background-color: rgb(159,166,221); }

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

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

 span { border-color: rgb(159,166,221); }

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