Html Css Color HEX #696FE1 Medium Slate Blue

📋 copy color: '#696FE1'

red 105 ◦ green 111 ◦ blue 225

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

Shades of Medium Slate Blue #696FE1

Tints of Medium Slate Blue #696FE1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.17%

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

R = 23.81%
G = 25.17%
B = 51.02%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#696FE1 (or 0x696FE1) is known color: Medium Slate Blue. HEX triplet: 69, 6F and E1. RGB value is (105,111,225). Sum of RGB (Red+Green+Blue) = 105+111+225=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 225 (88.28% from 255 or 51.02% from 441); Max value from RGB is 225 - color contains mainly: blue. Hex color #696FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696FE1 is #96901E. Grayscale: #797979. Windows color (decimal): -9867295 or 14774121. OLE color: 14774121.

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

Color convert

RGB 105 111 225 -
CMYK 0.53 0.51 0 0.12
HSL 237º 0.67% 0.65% -
HSV(B) 237º 0.53% 0.88% -
XYZ 25.1 19.81 73.73 -
YUV 122.2 186.01 115.73 -
System Red Green Blue C M Y K H S L
Decimal 105 111 225 0.53 0.51 0 0.12 237 0.67 0.65
Hex 69 6F E1 35 33 0 C ED 43 41
Octal 151 157 341 65 63 0 14 355 103 101
Binary 1101001 1101111 11100001 110101 110011 0 1100 11101101 1000011 1000001

Color Harmonies of #696FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696FE1

Black with #696FE1

Text Example


Text Example

White with #696FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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