Html Css Color HEX #696DEE Medium Slate Blue

📋 copy color: '#696DEE'

red 105 ◦ green 109 ◦ blue 238

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

Shades of Medium Slate Blue #696DEE

Tints of Medium Slate Blue #696DEE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.12%

 BLUE value IS 238 (93.36% from 255) = 52.65%

R = 23.23%
G = 24.12%
B = 52.65%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#696DEE (or 0x696DEE) is known color: Medium Slate Blue. HEX triplet: 69, 6D and EE. RGB value is (105,109,238). Sum of RGB (Red+Green+Blue) = 105+109+238=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #696DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696DEE is #969211. Grayscale: #797979. Windows color (decimal): -9867794 or 15625577. OLE color: 15625577.

HSL color Cylindrical-coordinate representation of color #696DEE: hue angle of 238.2º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #696DEE is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 109 238 -
CMYK 0.56 0.54 0 0.07
HSL 238.2º 0.8% 0.67% -
HSV(B) 238.2º 0.56% 0.93% -
XYZ 26.73 20.11 83.36 -
YUV 122.51 193.17 115.51 -
System Red Green Blue C M Y K H S L
Decimal 105 109 238 0.56 0.54 0 0.07 238.2 0.8 0.67
Hex 69 6D EE 38 36 0 7 EE 50 43
Octal 151 155 356 70 66 0 7 356 120 103
Binary 1101001 1101101 11101110 111000 110110 0 111 11101110 1010000 1000011

Color Harmonies of #696DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696DEE

Black with #696DEE

Text Example


Text Example

White with #696DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,109,238); }

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

background-color css

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

 a { background-color: rgb(105,109,238); }

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

border-color css

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

 span { border-color: rgb(105,109,238); }

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