Html Css Color HEX #6966EA Medium Slate Blue

📋 copy color: '#6966EA'

red 105 ◦ green 102 ◦ blue 234

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

Shades of Medium Slate Blue #6966EA

Tints of Medium Slate Blue #6966EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.06%

R = 23.81%
G = 23.13%
B = 53.06%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6966EA (or 0x6966EA) is known color: Medium Slate Blue. HEX triplet: 69, 66 and EA. RGB value is (105,102,234). Sum of RGB (Red+Green+Blue) = 105+102+234=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #6966EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6966EA is #969915. Grayscale: #757575. Windows color (decimal): -9869590 or 15361641. OLE color: 15361641.

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

Color convert

RGB 105 102 234 -
CMYK 0.55 0.56 0 0.08
HSL 241.36º 0.76% 0.66% -
HSV(B) 241.36º 0.56% 0.92% -
XYZ 25.43 18.45 80.06 -
YUV 117.95 193.49 118.77 -
System Red Green Blue C M Y K H S L
Decimal 105 102 234 0.55 0.56 0 0.08 241.36 0.76 0.66
Hex 69 66 EA 37 38 0 8 F1 4C 42
Octal 151 146 352 67 70 0 10 361 114 102
Binary 1101001 1100110 11101010 110111 111000 0 1000 11110001 1001100 1000010

Color Harmonies of #6966EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6966EA

Black with #6966EA

Text Example


Text Example

White with #6966EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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