Html Css Color HEX #696EEE Medium Slate Blue

📋 copy color: '#696EEE'

red 105 ◦ green 110 ◦ blue 238

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

Shades of Medium Slate Blue #696EEE

Tints of Medium Slate Blue #696EEE

RGB

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

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

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

R = 23.18%
G = 24.28%
B = 52.54%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#696EEE (or 0x696EEE) is known color: Medium Slate Blue. HEX triplet: 69, 6E and EE. RGB value is (105,110,238). Sum of RGB (Red+Green+Blue) = 105+110+238=453 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.18% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #696EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696EEE is #969111. Grayscale: #7A7A7A. Windows color (decimal): -9867538 or 15625833. OLE color: 15625833.

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

Color convert

RGB 105 110 238 -
CMYK 0.56 0.54 0 0.07
HSL 237.74º 0.8% 0.67% -
HSV(B) 237.74º 0.56% 0.93% -
XYZ 26.83 20.33 83.4 -
YUV 123.1 192.84 115.09 -
System Red Green Blue C M Y K H S L
Decimal 105 110 238 0.56 0.54 0 0.07 237.74 0.8 0.67
Hex 69 6E EE 38 36 0 7 EE 50 43
Octal 151 156 356 70 66 0 7 356 120 103
Binary 1101001 1101110 11101110 111000 110110 0 111 11101110 1010000 1000011

Color Harmonies of #696EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696EEE

Black with #696EEE

Text Example


Text Example

White with #696EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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