Html Css Color HEX #696AE1 Medium Slate Blue

📋 copy color: '#696AE1'

red 105 ◦ green 106 ◦ blue 225

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

Shades of Medium Slate Blue #696AE1

Tints of Medium Slate Blue #696AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.61%

R = 24.08%
G = 24.31%
B = 51.61%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#696AE1 (or 0x696AE1) is known color: Medium Slate Blue. HEX triplet: 69, 6A and E1. RGB value is (105,106,225). Sum of RGB (Red+Green+Blue) = 105+106+225=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 225 (88.28% from 255 or 51.61% from 436); Max value from RGB is 225 - color contains mainly: blue. Hex color #696AE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696AE1 is #96951E. Grayscale: #767676. Windows color (decimal): -9868575 or 14772841. OLE color: 14772841.

HSL color Cylindrical-coordinate representation of color #696AE1: hue angle of 239.5º degrees, saturation: 0.67, 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 #696AE1 is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 106 225 -
CMYK 0.53 0.53 0 0.12
HSL 239.5º 0.67% 0.65% -
HSV(B) 239.5º 0.53% 0.88% -
XYZ 24.57 18.75 73.56 -
YUV 119.27 187.67 117.82 -
System Red Green Blue C M Y K H S L
Decimal 105 106 225 0.53 0.53 0 0.12 239.5 0.67 0.65
Hex 69 6A E1 35 35 0 C F0 43 41
Octal 151 152 341 65 65 0 14 360 103 101
Binary 1101001 1101010 11100001 110101 110101 0 1100 11110000 1000011 1000001

Color Harmonies of #696AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696AE1

Black with #696AE1

Text Example


Text Example

White with #696AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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