Html Css Color HEX #696DDE Medium Slate Blue

📋 copy color: '#696DDE'

red 105 ◦ green 109 ◦ blue 222

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

Shades of Medium Slate Blue #696DDE

Tints of Medium Slate Blue #696DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.92%

R = 24.08%
G = 25%
B = 50.92%

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

#696DDE (or 0x696DDE) is known color: Medium Slate Blue. HEX triplet: 69, 6D and DE. RGB value is (105,109,222). Sum of RGB (Red+Green+Blue) = 105+109+222=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #696DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DDE is #969221. Grayscale: #787878. Windows color (decimal): -9867810 or 14577001. OLE color: 14577001.

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

Color convert

RGB 105 109 222 -
CMYK 0.53 0.51 0 0.13
HSL 237.95º 0.64% 0.64% -
HSV(B) 237.95º 0.53% 0.87% -
XYZ 24.48 19.21 71.53 -
YUV 120.69 185.17 116.81 -
System Red Green Blue C M Y K H S L
Decimal 105 109 222 0.53 0.51 0 0.13 237.95 0.64 0.64
Hex 69 6D DE 35 33 0 D EE 40 40
Octal 151 155 336 65 63 0 15 356 100 100
Binary 1101001 1101101 11011110 110101 110011 0 1101 11101110 1000000 1000000

Color Harmonies of #696DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696DDE

Black with #696DDE

Text Example


Text Example

White with #696DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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