Html Css Color HEX #696FE2 Medium Slate Blue

📋 copy color: '#696FE2'

red 105 ◦ green 111 ◦ blue 226

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

Shades of Medium Slate Blue #696FE2

Tints of Medium Slate Blue #696FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 51.13%

R = 23.76%
G = 25.11%
B = 51.13%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#696FE2 (or 0x696FE2) is known color: Medium Slate Blue. HEX triplet: 69, 6F and E2. RGB value is (105,111,226). Sum of RGB (Red+Green+Blue) = 105+111+226=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 226 (88.67% from 255 or 51.13% from 442); Max value from RGB is 226 - color contains mainly: blue. Hex color #696FE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696FE2 is #96901D. Grayscale: #797979. Windows color (decimal): -9867294 or 14839657. OLE color: 14839657.

HSL color Cylindrical-coordinate representation of color #696FE2: hue angle of 237.02º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #696FE2 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 105 111 226 -
CMYK 0.54 0.51 0 0.11
HSL 237.02º 0.68% 0.65% -
HSV(B) 237.02º 0.54% 0.89% -
XYZ 25.24 19.86 74.46 -
YUV 122.32 186.51 115.65 -
System Red Green Blue C M Y K H S L
Decimal 105 111 226 0.54 0.51 0 0.11 237.02 0.68 0.65
Hex 69 6F E2 36 33 0 B ED 44 41
Octal 151 157 342 66 63 0 13 355 104 101
Binary 1101001 1101111 11100010 110110 110011 0 1011 11101101 1000100 1000001

Color Harmonies of #696FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696FE2

Black with #696FE2

Text Example


Text Example

White with #696FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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