Html Css Color HEX #906DF6 Light Slate Blue

📋 copy color: '#906DF6'

red 144 ◦ green 109 ◦ blue 246

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

Shades of Light Slate Blue #906DF6

Tints of Light Slate Blue #906DF6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.84%

 BLUE value IS 246 (96.48% from 255) = 49.3%

R = 28.86%
G = 21.84%
B = 49.3%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#906DF6 (or 0x906DF6) is known color: Light Slate Blue. HEX triplet: 90, 6D and F6. RGB value is (144,109,246). Sum of RGB (Red+Green+Blue) = 144+109+246=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #906DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906DF6 is #6F9209. Grayscale: #868686. Windows color (decimal): -7311882 or 16149904. OLE color: 16149904.

HSL color Cylindrical-coordinate representation of color #906DF6: hue angle of 255.33º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #906DF6 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 144 109 246 -
CMYK 0.41 0.56 0 0.04
HSL 255.33º 0.88% 0.7% -
HSV(B) 255.33º 0.56% 0.96% -
XYZ 33.6 23.52 89.96 -
YUV 135.08 190.6 134.36 -
System Red Green Blue C M Y K H S L
Decimal 144 109 246 0.41 0.56 0 0.04 255.33 0.88 0.7
Hex 90 6D F6 29 38 0 4 FF 58 46
Octal 220 155 366 51 70 0 4 377 130 106
Binary 10010000 1101101 11110110 101001 111000 0 100 11111111 1011000 1000110

Color Harmonies of #906DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906DF6

Black with #906DF6

Text Example


Text Example

White with #906DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,109,246); }

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

background-color css

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

 a { background-color: rgb(144,109,246); }

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

border-color css

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

 span { border-color: rgb(144,109,246); }

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