Html Css Color HEX #696DDF Medium Slate Blue

📋 copy color: '#696DDF'

red 105 ◦ green 109 ◦ blue 223

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

Shades of Medium Slate Blue #696DDF

Tints of Medium Slate Blue #696DDF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.94%

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

R = 24.03%
G = 24.94%
B = 51.03%

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

#696DDF (or 0x696DDF) is known color: Medium Slate Blue. HEX triplet: 69, 6D and DF. RGB value is (105,109,223). Sum of RGB (Red+Green+Blue) = 105+109+223=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #696DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DDF is #969220. Grayscale: #787878. Windows color (decimal): -9867809 or 14642537. OLE color: 14642537.

HSL color Cylindrical-coordinate representation of color #696DDF: hue angle of 237.97º 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 #696DDF is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 109 223 -
CMYK 0.53 0.51 0 0.13
HSL 237.97º 0.65% 0.64% -
HSV(B) 237.97º 0.53% 0.87% -
XYZ 24.61 19.27 72.23 -
YUV 120.8 185.67 116.73 -
System Red Green Blue C M Y K H S L
Decimal 105 109 223 0.53 0.51 0 0.13 237.97 0.65 0.64
Hex 69 6D DF 35 33 0 D EE 41 40
Octal 151 155 337 65 63 0 15 356 101 100
Binary 1101001 1101101 11011111 110101 110011 0 1101 11101110 1000001 1000000

Color Harmonies of #696DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696DDF

Black with #696DDF

Text Example


Text Example

White with #696DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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