Html Css Color HEX #696AE7 Medium Slate Blue

📋 copy color: '#696AE7'

red 105 ◦ green 106 ◦ blue 231

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

Shades of Medium Slate Blue #696AE7

Tints of Medium Slate Blue #696AE7

RGB

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

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

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

R = 23.76%
G = 23.98%
B = 52.26%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#696AE7 (or 0x696AE7) is known color: Medium Slate Blue. HEX triplet: 69, 6A and E7. RGB value is (105,106,231). Sum of RGB (Red+Green+Blue) = 105+106+231=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 231 (90.62% from 255 or 52.26% from 442); Max value from RGB is 231 - color contains mainly: blue. Hex color #696AE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696AE7 is #969518. Grayscale: #777777. Windows color (decimal): -9868569 or 15166057. OLE color: 15166057.

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

Color convert

RGB 105 106 231 -
CMYK 0.55 0.54 0 0.09
HSL 239.52º 0.72% 0.66% -
HSV(B) 239.52º 0.55% 0.91% -
XYZ 25.4 19.08 77.95 -
YUV 119.95 190.67 117.34 -
System Red Green Blue C M Y K H S L
Decimal 105 106 231 0.55 0.54 0 0.09 239.52 0.72 0.66
Hex 69 6A E7 37 36 0 9 F0 48 42
Octal 151 152 347 67 66 0 11 360 110 102
Binary 1101001 1101010 11100111 110111 110110 0 1001 11110000 1001000 1000010

Color Harmonies of #696AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696AE7

Black with #696AE7

Text Example


Text Example

White with #696AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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