Html Css Color HEX #906FFF Light Slate Blue

📋 copy color: '#906FFF'

red 144 ◦ green 111 ◦ blue 255

#906FFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #906FFF

Tints of Light Slate Blue #906FFF

RGB

 RED value IS 144 (56.64% from 255) = 28.24%

 GREEN value IS 111 (43.75% from 255) = 21.76%

 BLUE value IS 255 (100% from 255) = 50%

R = 28.24%
G = 21.76%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#906FFF (or 0x906FFF) is known color: Light Slate Blue. HEX triplet: 90, 6F and FF. RGB value is (144,111,255). Sum of RGB (Red+Green+Blue) = 144+111+255=510 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.24% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #906FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906FFF is #6F9000. Grayscale: #888888. Windows color (decimal): -7311361 or 16740240. OLE color: 16740240.

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

Color convert

RGB 144 111 255 -
CMYK 0.44 0.56 0 0
HSL 253.75º 1% 0.72% -
HSV(B) 253.75º 0.56% 1% -
XYZ 35.24 24.52 97.48 -
YUV 137.28 194.43 132.79 -
System Red Green Blue C M Y K H S L
Decimal 144 111 255 0.44 0.56 0 0 253.75 1 0.72
Hex 90 6F FF 2C 38 0 0 FE 64 48
Octal 220 157 377 54 70 0 0 376 144 110
Binary 10010000 1101111 11111111 101100 111000 0 0 11111110 1100100 1001000

Color Harmonies of #906FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906FFF

Black with #906FFF

Text Example


Text Example

White with #906FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #906FFF;
 }
 .AnyTagClassName
 {
   color: #906FFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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