Html Css Color HEX #696EEB Medium Slate Blue

📋 copy color: '#696EEB'

red 105 ◦ green 110 ◦ blue 235

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

Shades of Medium Slate Blue #696EEB

Tints of Medium Slate Blue #696EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.22%

R = 23.33%
G = 24.44%
B = 52.22%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#696EEB (or 0x696EEB) is known color: Medium Slate Blue. HEX triplet: 69, 6E and EB. RGB value is (105,110,235). Sum of RGB (Red+Green+Blue) = 105+110+235=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #696EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696EEB is #969114. Grayscale: #7A7A7A. Windows color (decimal): -9867541 or 15429225. OLE color: 15429225.

HSL color Cylindrical-coordinate representation of color #696EEB: hue angle of 237.69º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #696EEB is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 110 235 -
CMYK 0.55 0.53 0 0.08
HSL 237.69º 0.76% 0.67% -
HSV(B) 237.69º 0.55% 0.92% -
XYZ 26.4 20.15 81.1 -
YUV 122.76 191.34 115.34 -
System Red Green Blue C M Y K H S L
Decimal 105 110 235 0.55 0.53 0 0.08 237.69 0.76 0.67
Hex 69 6E EB 37 35 0 8 EE 4C 43
Octal 151 156 353 67 65 0 10 356 114 103
Binary 1101001 1101110 11101011 110111 110101 0 1000 11101110 1001100 1000011

Color Harmonies of #696EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696EEB

Black with #696EEB

Text Example


Text Example

White with #696EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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