Html Css Color HEX #695CEE Medium Slate Blue

📋 copy color: '#695CEE'

red 105 ◦ green 92 ◦ blue 238

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

Shades of Medium Slate Blue #695CEE

Tints of Medium Slate Blue #695CEE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.15%

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

R = 24.14%
G = 21.15%
B = 54.71%

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

#695CEE (or 0x695CEE) is known color: Medium Slate Blue. HEX triplet: 69, 5C and EE. RGB value is (105,92,238). Sum of RGB (Red+Green+Blue) = 105+92+238=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #695CEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695CEE is #96A311. Grayscale: #6F6F6F. Windows color (decimal): -9872146 or 15621225. OLE color: 15621225.

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

Color convert

RGB 105 92 238 -
CMYK 0.56 0.61 0 0.07
HSL 245.34º 0.81% 0.65% -
HSV(B) 245.34º 0.61% 0.93% -
XYZ 25.09 16.83 82.82 -
YUV 112.53 198.81 122.63 -
System Red Green Blue C M Y K H S L
Decimal 105 92 238 0.56 0.61 0 0.07 245.34 0.81 0.65
Hex 69 5C EE 38 3D 0 7 F5 51 41
Octal 151 134 356 70 75 0 7 365 121 101
Binary 1101001 1011100 11101110 111000 111101 0 111 11110101 1010001 1000001

Color Harmonies of #695CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695CEE

Black with #695CEE

Text Example


Text Example

White with #695CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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