Html Css Color HEX #696EE0 Medium Slate Blue

📋 copy color: '#696EE0'

red 105 ◦ green 110 ◦ blue 224

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

Shades of Medium Slate Blue #696EE0

Tints of Medium Slate Blue #696EE0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.06%

 BLUE value IS 224 (87.89% from 255) = 51.03%

R = 23.92%
G = 25.06%
B = 51.03%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#696EE0 (or 0x696EE0) is known color: Medium Slate Blue. HEX triplet: 69, 6E and E0. RGB value is (105,110,224). Sum of RGB (Red+Green+Blue) = 105+110+224=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 224 (87.89% from 255 or 51.03% from 439); Max value from RGB is 224 - color contains mainly: blue. Hex color #696EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696EE0 is #96911F. Grayscale: #797979. Windows color (decimal): -9867552 or 14708329. OLE color: 14708329.

HSL color Cylindrical-coordinate representation of color #696EE0: hue angle of 237.48º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #696EE0 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 110 224 -
CMYK 0.53 0.51 0 0.12
HSL 237.48º 0.66% 0.65% -
HSV(B) 237.48º 0.53% 0.88% -
XYZ 24.86 19.54 72.98 -
YUV 121.5 185.84 116.23 -
System Red Green Blue C M Y K H S L
Decimal 105 110 224 0.53 0.51 0 0.12 237.48 0.66 0.65
Hex 69 6E E0 35 33 0 C ED 42 41
Octal 151 156 340 65 63 0 14 355 102 101
Binary 1101001 1101110 11100000 110101 110011 0 1100 11101101 1000010 1000001

Color Harmonies of #696EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696EE0

Black with #696EE0

Text Example


Text Example

White with #696EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696EE0; }

 p { color: rgb(105,110,224); }

 H1.HeaderClassName
 {
   color: #696EE0;
 }
 .AnyTagClassName
 {
   color: #696EE0;
 }
</style>

background-color css

<style>
 a { background-color: #696EE0; }

 a { background-color: rgb(105,110,224); }

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

border-color css

<style>
 span { border-color: #696EE0; }

 span { border-color: rgb(105,110,224); }

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