Html Css Color HEX #695DFE Medium Slate Blue

📋 copy color: '#695DFE'

red 105 ◦ green 93 ◦ blue 254

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

Shades of Medium Slate Blue #695DFE

Tints of Medium Slate Blue #695DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.58%

 BLUE value IS 254 (99.61% from 255) = 56.19%

R = 23.23%
G = 20.58%
B = 56.19%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#695DFE (or 0x695DFE) is known color: Medium Slate Blue. HEX triplet: 69, 5D and FE. RGB value is (105,93,254). Sum of RGB (Red+Green+Blue) = 105+93+254=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #695DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695DFE is #96A201. Grayscale: #727272. Windows color (decimal): -9871874 or 16670057. OLE color: 16670057.

HSL color Cylindrical-coordinate representation of color #695DFE: hue angle of 244.47º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #695DFE is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 105 93 254 -
CMYK 0.59 0.63 0 0.00
HSL 244.47º 0.99% 0.68% -
HSV(B) 244.47º 0.63% 1% -
XYZ 27.63 17.99 95.78 -
YUV 114.94 206.48 120.91 -
System Red Green Blue C M Y K H S L
Decimal 105 93 254 0.59 0.63 0 0.00 244.47 0.99 0.68
Hex 69 5D FE 3B 3F 0 0 F4 63 44
Octal 151 135 376 73 77 0 0 364 143 104
Binary 1101001 1011101 11111110 111011 111111 0 0 11110100 1100011 1000100

Color Harmonies of #695DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695DFE

Black with #695DFE

Text Example


Text Example

White with #695DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,93,254); }

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

background-color css

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

 a { background-color: rgb(105,93,254); }

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

border-color css

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

 span { border-color: rgb(105,93,254); }

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