#906FFC

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

Shades of Light Slate Blue #906FFC

Tints of Light Slate Blue #906FFC

Color information

#906FFC (or 0x906FFC) is unknown color: approx Light Slate Blue. HEX triplet: 90, 6F and FC. RGB value is (144,111,252). Sum of RGB (Red+Green+Blue) = 144+111+252=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #906FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906FFC is #6F9003. Grayscale: #888888. Windows color (decimal): -7311364 or 16543632. OLE color: 16543632.

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

Color convert

RGB144111252-
CMYK0.430.5600.01
HSL254.04º95.92%71.18%-
HSV(B)254.04º55.95%98.82%-
XYZ34.7624.3394.96-
YUV136.94192.93133.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.40%
GREEN value IS 111 (43.75% from 255) = 21.89%
BLUE value IS 252 (98.83% from 255) = 49.70%
R=28.40%
G=21.89%
B=49.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1441112520.430.5600.01254.0495.9271.18
Hex906FFC2B3801fe6047
Octal220157374537001376140107
Binary10010000110111111111100101011111000011111111011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,111,252); }

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

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

 a { background-color: rgb(144,111,252); }

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

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

 span { border-color: rgb(144,111,252); }

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