Html Css Color HEX #696EF7 Medium Slate Blue

📋 copy color: '#696EF7'

red 105 ◦ green 110 ◦ blue 247

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

Shades of Medium Slate Blue #696EF7

Tints of Medium Slate Blue #696EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 53.46%

R = 22.73%
G = 23.81%
B = 53.46%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#696EF7 (or 0x696EF7) is known color: Medium Slate Blue. HEX triplet: 69, 6E and F7. RGB value is (105,110,247). Sum of RGB (Red+Green+Blue) = 105+110+247=462 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.73% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 247 (96.88% from 255 or 53.46% from 462); Max value from RGB is 247 - color contains mainly: blue. Hex color #696EF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696EF7 is #969108. Grayscale: #7B7B7B. Windows color (decimal): -9867529 or 16215657. OLE color: 16215657.

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

Color convert

RGB 105 110 247 -
CMYK 0.57 0.55 0 0.03
HSL 237.89º 0.9% 0.69% -
HSV(B) 237.89º 0.57% 0.97% -
XYZ 28.19 20.87 90.54 -
YUV 124.12 197.34 114.36 -
System Red Green Blue C M Y K H S L
Decimal 105 110 247 0.57 0.55 0 0.03 237.89 0.9 0.69
Hex 69 6E F7 39 37 0 3 EE 5A 45
Octal 151 156 367 71 67 0 3 356 132 105
Binary 1101001 1101110 11110111 111001 110111 0 11 11101110 1011010 1000101

Color Harmonies of #696EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696EF7

Black with #696EF7

Text Example


Text Example

White with #696EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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