#906AFF

Color #906AFF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #906AFF

Tints of Light Slate Blue #906AFF

Color information

#906AFF (or 0x906AFF) is unknown color: approx Light Slate Blue. HEX triplet: 90, 6A and FF. RGB value is (144,106,255). Sum of RGB (Red+Green+Blue) = 144+106+255=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #906AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906AFF is #6F9500. Grayscale: #858585. Windows color (decimal): -7312641 or 16738960. OLE color: 16738960.

HSL color Cylindrical-coordinate representation of color #906AFF: hue angle of 255.3º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #906AFF is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB144106255-
CMYK0.440.5800
HSL255.3º100%70.78%-
HSV(B)255.3º58.43%100%-
XYZ34.7123.4697.31-
YUV134.35196.09134.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.51%
GREEN value IS 106 (41.80% from 255) = 20.99%
BLUE value IS 255 (100% from 255) = 50.50%
R=28.51%
G=20.99%
B=50.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1441062550.440.5800255.310070.78
Hex906AFF2C3A00ff6447
Octal220152377547200377144107
Binary10010000110101011111111101100111010001111111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906AFF; }

 p { color: rgb(144,106,255); }

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

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

 a { background-color: rgb(144,106,255); }

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

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

 span { border-color: rgb(144,106,255); }

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