Html Css Color HEX #996DF6 Light Slate Blue

📋 copy color: '#996DF6'

red 153 ◦ green 109 ◦ blue 246

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

Shades of Light Slate Blue #996DF6

Tints of Light Slate Blue #996DF6

RGB

 RED value IS 153 (60.16% from 255) = 30.12%

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

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

R = 30.12%
G = 21.46%
B = 48.43%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#996DF6 (or 0x996DF6) is known color: Light Slate Blue. HEX triplet: 99, 6D and F6. RGB value is (153,109,246). Sum of RGB (Red+Green+Blue) = 153+109+246=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #996DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996DF6 is #669209. Grayscale: #898989. Windows color (decimal): -6722058 or 16149913. OLE color: 16149913.

HSL color Cylindrical-coordinate representation of color #996DF6: hue angle of 259.27º 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 #996DF6 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 153 109 246 -
CMYK 0.38 0.56 0 0.04
HSL 259.27º 0.88% 0.7% -
HSV(B) 259.27º 0.56% 0.96% -
XYZ 35.24 24.36 90.03 -
YUV 137.77 189.08 138.86 -
System Red Green Blue C M Y K H S L
Decimal 153 109 246 0.38 0.56 0 0.04 259.27 0.88 0.7
Hex 99 6D F6 26 38 0 4 103 58 46
Octal 231 155 366 46 70 0 4 403 130 106
Binary 10011001 1101101 11110110 100110 111000 0 100 100000011 1011000 1000110

Color Harmonies of #996DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996DF6

Black with #996DF6

Text Example


Text Example

White with #996DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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