Html Css Color HEX #696EDE Medium Slate Blue

📋 copy color: '#696EDE'

red 105 ◦ green 110 ◦ blue 222

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

Shades of Medium Slate Blue #696EDE

Tints of Medium Slate Blue #696EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.8%

R = 24.03%
G = 25.17%
B = 50.8%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#696EDE (or 0x696EDE) is known color: Medium Slate Blue. HEX triplet: 69, 6E and DE. RGB value is (105,110,222). Sum of RGB (Red+Green+Blue) = 105+110+222=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #696EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696EDE is #969121. Grayscale: #787878. Windows color (decimal): -9867554 or 14577257. OLE color: 14577257.

HSL color Cylindrical-coordinate representation of color #696EDE: hue angle of 237.44º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #696EDE is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 110 222 -
CMYK 0.53 0.50 0 0.13
HSL 237.44º 0.64% 0.64% -
HSV(B) 237.44º 0.53% 0.87% -
XYZ 24.59 19.43 71.56 -
YUV 121.27 184.84 116.39 -
System Red Green Blue C M Y K H S L
Decimal 105 110 222 0.53 0.50 0 0.13 237.44 0.64 0.64
Hex 69 6E DE 35 32 0 D ED 40 40
Octal 151 156 336 65 62 0 15 355 100 100
Binary 1101001 1101110 11011110 110101 110010 0 1101 11101101 1000000 1000000

Color Harmonies of #696EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696EDE

Black with #696EDE

Text Example


Text Example

White with #696EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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