Html Css Color HEX #696AEE Medium Slate Blue

📋 copy color: '#696AEE'

red 105 ◦ green 106 ◦ blue 238

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

Shades of Medium Slate Blue #696AEE

Tints of Medium Slate Blue #696AEE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.61%

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

R = 23.39%
G = 23.61%
B = 53.01%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#696AEE (or 0x696AEE) is known color: Medium Slate Blue. HEX triplet: 69, 6A and EE. RGB value is (105,106,238). Sum of RGB (Red+Green+Blue) = 105+106+238=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #696AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696AEE is #969511. Grayscale: #787878. Windows color (decimal): -9868562 or 15624809. OLE color: 15624809.

HSL color Cylindrical-coordinate representation of color #696AEE: hue angle of 239.55º 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 #696AEE is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 106 238 -
CMYK 0.56 0.55 0 0.07
HSL 239.55º 0.8% 0.67% -
HSV(B) 239.55º 0.56% 0.93% -
XYZ 26.41 19.48 83.26 -
YUV 120.75 194.17 116.77 -
System Red Green Blue C M Y K H S L
Decimal 105 106 238 0.56 0.55 0 0.07 239.55 0.8 0.67
Hex 69 6A EE 38 37 0 7 F0 50 43
Octal 151 152 356 70 67 0 7 360 120 103
Binary 1101001 1101010 11101110 111000 110111 0 111 11110000 1010000 1000011

Color Harmonies of #696AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696AEE

Black with #696AEE

Text Example


Text Example

White with #696AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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