Html Css Color HEX #696BDF Medium Slate Blue

📋 copy color: '#696BDF'

red 105 ◦ green 107 ◦ blue 223

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

Shades of Medium Slate Blue #696BDF

Tints of Medium Slate Blue #696BDF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.6%

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

R = 24.14%
G = 24.6%
B = 51.26%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#696BDF (or 0x696BDF) is known color: Medium Slate Blue. HEX triplet: 69, 6B and DF. RGB value is (105,107,223). Sum of RGB (Red+Green+Blue) = 105+107+223=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #696BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BDF is #969420. Grayscale: #777777. Windows color (decimal): -9868321 or 14642025. OLE color: 14642025.

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

Color convert

RGB 105 107 223 -
CMYK 0.53 0.52 0 0.13
HSL 238.98º 0.65% 0.64% -
HSV(B) 238.98º 0.53% 0.87% -
XYZ 24.4 18.85 72.16 -
YUV 119.63 186.34 117.57 -
System Red Green Blue C M Y K H S L
Decimal 105 107 223 0.53 0.52 0 0.13 238.98 0.65 0.64
Hex 69 6B DF 35 34 0 D EF 41 40
Octal 151 153 337 65 64 0 15 357 101 100
Binary 1101001 1101011 11011111 110101 110100 0 1101 11101111 1000001 1000000

Color Harmonies of #696BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696BDF

Black with #696BDF

Text Example


Text Example

White with #696BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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