Html Css Color HEX #6966E1 Medium Slate Blue

📋 copy color: '#6966E1'

red 105 ◦ green 102 ◦ blue 225

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

Shades of Medium Slate Blue #6966E1

Tints of Medium Slate Blue #6966E1

RGB

 RED value IS 105 (41.41% from 255) = 24.31%

 GREEN value IS 102 (40.23% from 255) = 23.61%

 BLUE value IS 225 (88.28% from 255) = 52.08%

R = 24.31%
G = 23.61%
B = 52.08%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6966E1 (or 0x6966E1) is known color: Medium Slate Blue. HEX triplet: 69, 66 and E1. RGB value is (105,102,225). Sum of RGB (Red+Green+Blue) = 105+102+225=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 225 (88.28% from 255 or 52.08% from 432); Max value from RGB is 225 - color contains mainly: blue. Hex color #6966E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6966E1 is #96991E. Grayscale: #747474. Windows color (decimal): -9869599 or 14771817. OLE color: 14771817.

HSL color Cylindrical-coordinate representation of color #6966E1: hue angle of 241.46º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6966E1 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 102 225 -
CMYK 0.53 0.55 0 0.12
HSL 241.46º 0.67% 0.64% -
HSV(B) 241.46º 0.55% 0.88% -
XYZ 24.17 17.94 73.42 -
YUV 116.92 188.99 119.5 -
System Red Green Blue C M Y K H S L
Decimal 105 102 225 0.53 0.55 0 0.12 241.46 0.67 0.64
Hex 69 66 E1 35 37 0 C F1 43 40
Octal 151 146 341 65 67 0 14 361 103 100
Binary 1101001 1100110 11100001 110101 110111 0 1100 11110001 1000011 1000000

Color Harmonies of #6966E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6966E1

Black with #6966E1

Text Example


Text Example

White with #6966E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6966E1; }

 p { color: rgb(105,102,225); }

 H1.HeaderClassName
 {
   color: #6966E1;
 }
 .AnyTagClassName
 {
   color: #6966E1;
 }
</style>

background-color css

<style>
 a { background-color: #6966E1; }

 a { background-color: rgb(105,102,225); }

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

border-color css

<style>
 span { border-color: #6966E1; }

 span { border-color: rgb(105,102,225); }

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