Html Css Color HEX #695EEE Medium Slate Blue

📋 copy color: '#695EEE'

red 105 ◦ green 94 ◦ blue 238

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

Shades of Medium Slate Blue #695EEE

Tints of Medium Slate Blue #695EEE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.51%

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

R = 24.03%
G = 21.51%
B = 54.46%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#695EEE (or 0x695EEE) is known color: Medium Slate Blue. HEX triplet: 69, 5E and EE. RGB value is (105,94,238). Sum of RGB (Red+Green+Blue) = 105+94+238=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #695EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695EEE is #96A111. Grayscale: #717171. Windows color (decimal): -9871634 or 15621737. OLE color: 15621737.

HSL color Cylindrical-coordinate representation of color #695EEE: hue angle of 244.58º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #695EEE is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 94 238 -
CMYK 0.56 0.61 0 0.07
HSL 244.58º 0.81% 0.65% -
HSV(B) 244.58º 0.61% 0.93% -
XYZ 25.26 17.18 82.87 -
YUV 113.71 198.14 121.79 -
System Red Green Blue C M Y K H S L
Decimal 105 94 238 0.56 0.61 0 0.07 244.58 0.81 0.65
Hex 69 5E EE 38 3D 0 7 F5 51 41
Octal 151 136 356 70 75 0 7 365 121 101
Binary 1101001 1011110 11101110 111000 111101 0 111 11110101 1010001 1000001

Color Harmonies of #695EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695EEE

Black with #695EEE

Text Example


Text Example

White with #695EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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