Html Css Color HEX #696FEC Medium Slate Blue

📋 copy color: '#696FEC'

red 105 ◦ green 111 ◦ blue 236

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

Shades of Medium Slate Blue #696FEC

Tints of Medium Slate Blue #696FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.56%

 BLUE value IS 236 (92.58% from 255) = 52.21%

R = 23.23%
G = 24.56%
B = 52.21%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#696FEC (or 0x696FEC) is known color: Medium Slate Blue. HEX triplet: 69, 6F and EC. RGB value is (105,111,236). Sum of RGB (Red+Green+Blue) = 105+111+236=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #696FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696FEC is #969013. Grayscale: #7A7A7A. Windows color (decimal): -9867284 or 15495017. OLE color: 15495017.

HSL color Cylindrical-coordinate representation of color #696FEC: hue angle of 237.25º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #696FEC is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 111 236 -
CMYK 0.56 0.53 0 0.07
HSL 237.25º 0.78% 0.67% -
HSV(B) 237.25º 0.56% 0.93% -
XYZ 26.65 20.43 81.9 -
YUV 123.46 191.51 114.84 -
System Red Green Blue C M Y K H S L
Decimal 105 111 236 0.56 0.53 0 0.07 237.25 0.78 0.67
Hex 69 6F EC 38 35 0 7 ED 4E 43
Octal 151 157 354 70 65 0 7 355 116 103
Binary 1101001 1101111 11101100 111000 110101 0 111 11101101 1001110 1000011

Color Harmonies of #696FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696FEC

Black with #696FEC

Text Example


Text Example

White with #696FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,111,236); }

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

background-color css

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

 a { background-color: rgb(105,111,236); }

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

border-color css

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

 span { border-color: rgb(105,111,236); }

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