Html Css Color HEX #6966EB Medium Slate Blue

📋 copy color: '#6966EB'

red 105 ◦ green 102 ◦ blue 235

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

Shades of Medium Slate Blue #6966EB

Tints of Medium Slate Blue #6966EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.17%

R = 23.76%
G = 23.08%
B = 53.17%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6966EB (or 0x6966EB) is known color: Medium Slate Blue. HEX triplet: 69, 66 and EB. RGB value is (105,102,235). Sum of RGB (Red+Green+Blue) = 105+102+235=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #6966EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6966EB is #969914. Grayscale: #757575. Windows color (decimal): -9869589 or 15427177. OLE color: 15427177.

HSL color Cylindrical-coordinate representation of color #6966EB: hue angle of 241.35º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6966EB is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 102 235 -
CMYK 0.55 0.57 0 0.08
HSL 241.35º 0.77% 0.66% -
HSV(B) 241.35º 0.57% 0.92% -
XYZ 25.57 18.5 80.82 -
YUV 118.06 193.99 118.69 -
System Red Green Blue C M Y K H S L
Decimal 105 102 235 0.55 0.57 0 0.08 241.35 0.77 0.66
Hex 69 66 EB 37 39 0 8 F1 4D 42
Octal 151 146 353 67 71 0 10 361 115 102
Binary 1101001 1100110 11101011 110111 111001 0 1000 11110001 1001101 1000010

Color Harmonies of #6966EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6966EB

Black with #6966EB

Text Example


Text Example

White with #6966EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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