Html Css Color HEX #696FE7 Medium Slate Blue

📋 copy color: '#696FE7'

red 105 ◦ green 111 ◦ blue 231

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

Shades of Medium Slate Blue #696FE7

Tints of Medium Slate Blue #696FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 51.68%

R = 23.49%
G = 24.83%
B = 51.68%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#696FE7 (or 0x696FE7) is known color: Medium Slate Blue. HEX triplet: 69, 6F and E7. RGB value is (105,111,231). Sum of RGB (Red+Green+Blue) = 105+111+231=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 231 (90.62% from 255 or 51.68% from 447); Max value from RGB is 231 - color contains mainly: blue. Hex color #696FE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696FE7 is #969018. Grayscale: #7A7A7A. Windows color (decimal): -9867289 or 15167337. OLE color: 15167337.

HSL color Cylindrical-coordinate representation of color #696FE7: hue angle of 237.14º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #696FE7 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 105 111 231 -
CMYK 0.55 0.52 0 0.09
HSL 237.14º 0.72% 0.66% -
HSV(B) 237.14º 0.55% 0.91% -
XYZ 25.93 20.14 78.12 -
YUV 122.89 189.01 115.24 -
System Red Green Blue C M Y K H S L
Decimal 105 111 231 0.55 0.52 0 0.09 237.14 0.72 0.66
Hex 69 6F E7 37 34 0 9 ED 48 42
Octal 151 157 347 67 64 0 11 355 110 102
Binary 1101001 1101111 11100111 110111 110100 0 1001 11101101 1001000 1000010

Color Harmonies of #696FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696FE7

Black with #696FE7

Text Example


Text Example

White with #696FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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