Html Css Color HEX #696FEE Medium Slate Blue

📋 copy color: '#696FEE'

red 105 ◦ green 111 ◦ blue 238

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

Shades of Medium Slate Blue #696FEE

Tints of Medium Slate Blue #696FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.42%

R = 23.13%
G = 24.45%
B = 52.42%

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

#696FEE (or 0x696FEE) is known color: Medium Slate Blue. HEX triplet: 69, 6F and EE. RGB value is (105,111,238). Sum of RGB (Red+Green+Blue) = 105+111+238=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #696FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696FEE is #969011. Grayscale: #7B7B7B. Windows color (decimal): -9867282 or 15626089. OLE color: 15626089.

HSL color Cylindrical-coordinate representation of color #696FEE: hue angle of 237.29º degrees, saturation: 0.8, 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 #696FEE is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 111 238 -
CMYK 0.56 0.53 0 0.07
HSL 237.29º 0.8% 0.67% -
HSV(B) 237.29º 0.56% 0.93% -
XYZ 26.94 20.55 83.43 -
YUV 123.68 192.51 114.67 -
System Red Green Blue C M Y K H S L
Decimal 105 111 238 0.56 0.53 0 0.07 237.29 0.8 0.67
Hex 69 6F EE 38 35 0 7 ED 50 43
Octal 151 157 356 70 65 0 7 355 120 103
Binary 1101001 1101111 11101110 111000 110101 0 111 11101101 1010000 1000011

Color Harmonies of #696FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696FEE

Black with #696FEE

Text Example


Text Example

White with #696FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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