#906BFE

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

Shades of Light Slate Blue #906BFE

Tints of Light Slate Blue #906BFE

Color information

#906BFE (or 0x906BFE) is unknown color: approx Light Slate Blue. HEX triplet: 90, 6B and FE. RGB value is (144,107,254). Sum of RGB (Red+Green+Blue) = 144+107+254=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #906BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906BFE is #6F9401. Grayscale: #868686. Windows color (decimal): -7312386 or 16673680. OLE color: 16673680.

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

Color convert

RGB144107254-
CMYK0.430.5800.00
HSL255.1º98.66%70.78%-
HSV(B)255.1º57.87%99.61%-
XYZ34.6523.696.5-
YUV134.82195.26134.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.51%
GREEN value IS 107 (42.19% from 255) = 21.19%
BLUE value IS 254 (99.61% from 255) = 50.30%
R=28.51%
G=21.19%
B=50.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1441072540.430.5800.00255.198.6670.78
Hex906BFE2B3A00ff6347
Octal220153376537200377143107
Binary10010000110101111111110101011111010001111111111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,107,254); }

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

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

 a { background-color: rgb(144,107,254); }

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

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

 span { border-color: rgb(144,107,254); }

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