Html Css Color HEX #696EF5 Medium Slate Blue

📋 copy color: '#696EF5'

red 105 ◦ green 110 ◦ blue 245

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

Shades of Medium Slate Blue #696EF5

Tints of Medium Slate Blue #696EF5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.91%

 BLUE value IS 245 (96.09% from 255) = 53.26%

R = 22.83%
G = 23.91%
B = 53.26%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#696EF5 (or 0x696EF5) is known color: Medium Slate Blue. HEX triplet: 69, 6E and F5. RGB value is (105,110,245). Sum of RGB (Red+Green+Blue) = 105+110+245=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 245 (96.09% from 255 or 53.26% from 460); Max value from RGB is 245 - color contains mainly: blue. Hex color #696EF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696EF5 is #96910A. Grayscale: #7B7B7B. Windows color (decimal): -9867531 or 16084585. OLE color: 16084585.

HSL color Cylindrical-coordinate representation of color #696EF5: hue angle of 237.86º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #696EF5 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 105 110 245 -
CMYK 0.57 0.55 0 0.04
HSL 237.86º 0.88% 0.69% -
HSV(B) 237.86º 0.57% 0.96% -
XYZ 27.88 20.75 88.92 -
YUV 123.9 196.34 114.52 -
System Red Green Blue C M Y K H S L
Decimal 105 110 245 0.57 0.55 0 0.04 237.86 0.88 0.69
Hex 69 6E F5 39 37 0 4 EE 58 45
Octal 151 156 365 71 67 0 4 356 130 105
Binary 1101001 1101110 11110101 111001 110111 0 100 11101110 1011000 1000101

Color Harmonies of #696EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696EF5

Black with #696EF5

Text Example


Text Example

White with #696EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,110,245); }

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

background-color css

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

 a { background-color: rgb(105,110,245); }

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

border-color css

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

 span { border-color: rgb(105,110,245); }

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