Html Css Color HEX #966CF6 Light Slate Blue

📋 copy color: '#966CF6'

red 150 ◦ green 108 ◦ blue 246

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

Shades of Light Slate Blue #966CF6

Tints of Light Slate Blue #966CF6

RGB

 RED value IS 150 (58.98% from 255) = 29.76%

 GREEN value IS 108 (42.58% from 255) = 21.43%

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

R = 29.76%
G = 21.43%
B = 48.81%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#966CF6 (or 0x966CF6) is known color: Light Slate Blue. HEX triplet: 96, 6C and F6. RGB value is (150,108,246). Sum of RGB (Red+Green+Blue) = 150+108+246=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 246 - color contains mainly: blue. Hex color #966CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966CF6 is #699309. Grayscale: #878787. Windows color (decimal): -6918922 or 16149654. OLE color: 16149654.

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

Color convert

RGB 150 108 246 -
CMYK 0.39 0.56 0 0.04
HSL 258.26º 0.88% 0.69% -
HSV(B) 258.26º 0.56% 0.96% -
XYZ 34.57 23.86 89.97 -
YUV 136.29 189.91 137.78 -
System Red Green Blue C M Y K H S L
Decimal 150 108 246 0.39 0.56 0 0.04 258.26 0.88 0.69
Hex 96 6C F6 27 38 0 4 102 58 45
Octal 226 154 366 47 70 0 4 402 130 105
Binary 10010110 1101100 11110110 100111 111000 0 100 100000010 1011000 1000101

Color Harmonies of #966CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966CF6

Black with #966CF6

Text Example


Text Example

White with #966CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966CF6; }

 p { color: rgb(150,108,246); }

 H1.HeaderClassName
 {
   color: #966CF6;
 }
 .AnyTagClassName
 {
   color: #966CF6;
 }
</style>

background-color css

<style>
 a { background-color: #966CF6; }

 a { background-color: rgb(150,108,246); }

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

border-color css

<style>
 span { border-color: #966CF6; }

 span { border-color: rgb(150,108,246); }

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