Html Css Color HEX #696FEF Medium Slate Blue

📋 copy color: '#696FEF'

red 105 ◦ green 111 ◦ blue 239

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

Shades of Medium Slate Blue #696FEF

Tints of Medium Slate Blue #696FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.53%

R = 23.08%
G = 24.4%
B = 52.53%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#696FEF (or 0x696FEF) is known color: Medium Slate Blue. HEX triplet: 69, 6F and EF. RGB value is (105,111,239). Sum of RGB (Red+Green+Blue) = 105+111+239=455 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.08% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #696FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696FEF is #969010. Grayscale: #7B7B7B. Windows color (decimal): -9867281 or 15691625. OLE color: 15691625.

HSL color Cylindrical-coordinate representation of color #696FEF: hue angle of 237.31º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #696FEF is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 111 239 -
CMYK 0.56 0.54 0 0.06
HSL 237.31º 0.81% 0.67% -
HSV(B) 237.31º 0.56% 0.94% -
XYZ 27.09 20.6 84.21 -
YUV 123.8 193.01 114.59 -
System Red Green Blue C M Y K H S L
Decimal 105 111 239 0.56 0.54 0 0.06 237.31 0.81 0.67
Hex 69 6F EF 38 36 0 6 ED 51 43
Octal 151 157 357 70 66 0 6 355 121 103
Binary 1101001 1101111 11101111 111000 110110 0 110 11101101 1010001 1000011

Color Harmonies of #696FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696FEF

Black with #696FEF

Text Example


Text Example

White with #696FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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