Html Css Color HEX #695CFE Medium Slate Blue

📋 copy color: '#695CFE'

red 105 ◦ green 92 ◦ blue 254

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

Shades of Medium Slate Blue #695CFE

Tints of Medium Slate Blue #695CFE

RGB

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

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

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

R = 23.28%
G = 20.4%
B = 56.32%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#695CFE (or 0x695CFE) is known color: Medium Slate Blue. HEX triplet: 69, 5C and FE. RGB value is (105,92,254). Sum of RGB (Red+Green+Blue) = 105+92+254=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #695CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695CFE is #96A301. Grayscale: #717171. Windows color (decimal): -9872130 or 16669801. OLE color: 16669801.

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

Color convert

RGB 105 92 254 -
CMYK 0.59 0.64 0 0.00
HSL 244.81º 0.99% 0.68% -
HSV(B) 244.81º 0.64% 1% -
XYZ 27.54 17.81 95.75 -
YUV 114.36 206.81 121.33 -
System Red Green Blue C M Y K H S L
Decimal 105 92 254 0.59 0.64 0 0.00 244.81 0.99 0.68
Hex 69 5C FE 3B 40 0 0 F5 63 44
Octal 151 134 376 73 100 0 0 365 143 104
Binary 1101001 1011100 11111110 111011 1000000 0 0 11110101 1100011 1000100

Color Harmonies of #695CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695CFE

Black with #695CFE

Text Example


Text Example

White with #695CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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