Html Css Color HEX #696EDF Medium Slate Blue

📋 copy color: '#696EDF'

red 105 ◦ green 110 ◦ blue 223

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

Shades of Medium Slate Blue #696EDF

Tints of Medium Slate Blue #696EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.91%

R = 23.97%
G = 25.11%
B = 50.91%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#696EDF (or 0x696EDF) is known color: Medium Slate Blue. HEX triplet: 69, 6E and DF. RGB value is (105,110,223). Sum of RGB (Red+Green+Blue) = 105+110+223=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #696EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696EDF is #969120. Grayscale: #787878. Windows color (decimal): -9867553 or 14642793. OLE color: 14642793.

HSL color Cylindrical-coordinate representation of color #696EDF: hue angle of 237.46º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #696EDF is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 110 223 -
CMYK 0.53 0.51 0 0.13
HSL 237.46º 0.65% 0.64% -
HSV(B) 237.46º 0.53% 0.87% -
XYZ 24.72 19.48 72.27 -
YUV 121.39 185.34 116.31 -
System Red Green Blue C M Y K H S L
Decimal 105 110 223 0.53 0.51 0 0.13 237.46 0.65 0.64
Hex 69 6E DF 35 33 0 D ED 41 40
Octal 151 156 337 65 63 0 15 355 101 100
Binary 1101001 1101110 11011111 110101 110011 0 1101 11101101 1000001 1000000

Color Harmonies of #696EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696EDF

Black with #696EDF

Text Example


Text Example

White with #696EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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