Html Css Color HEX #696EDD Medium Slate Blue

📋 copy color: '#696EDD'

red 105 ◦ green 110 ◦ blue 221

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

Shades of Medium Slate Blue #696EDD

Tints of Medium Slate Blue #696EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.69%

R = 24.08%
G = 25.23%
B = 50.69%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#696EDD (or 0x696EDD) is known color: Medium Slate Blue. HEX triplet: 69, 6E and DD. RGB value is (105,110,221). Sum of RGB (Red+Green+Blue) = 105+110+221=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #696EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696EDD is #969122. Grayscale: #787878. Windows color (decimal): -9867555 or 14511721. OLE color: 14511721.

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

Color convert

RGB 105 110 221 -
CMYK 0.52 0.50 0 0.13
HSL 237.41º 0.63% 0.64% -
HSV(B) 237.41º 0.52% 0.87% -
XYZ 24.45 19.38 70.86 -
YUV 121.16 184.34 116.47 -
System Red Green Blue C M Y K H S L
Decimal 105 110 221 0.52 0.50 0 0.13 237.41 0.63 0.64
Hex 69 6E DD 34 32 0 D ED 3F 40
Octal 151 156 335 64 62 0 15 355 77 100
Binary 1101001 1101110 11011101 110100 110010 0 1101 11101101 111111 1000000

Color Harmonies of #696EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696EDD

Black with #696EDD

Text Example


Text Example

White with #696EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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