Html Css Color HEX #695EFC Medium Slate Blue

📋 copy color: '#695EFC'

red 105 ◦ green 94 ◦ blue 252

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

Shades of Medium Slate Blue #695EFC

Tints of Medium Slate Blue #695EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.88%

R = 23.28%
G = 20.84%
B = 55.88%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#695EFC (or 0x695EFC) is known color: Medium Slate Blue. HEX triplet: 69, 5E and FC. RGB value is (105,94,252). Sum of RGB (Red+Green+Blue) = 105+94+252=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #695EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695EFC is #96A103. Grayscale: #727272. Windows color (decimal): -9871620 or 16539241. OLE color: 16539241.

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

Color convert

RGB 105 94 252 -
CMYK 0.58 0.63 0 0.01
HSL 244.18º 0.96% 0.68% -
HSV(B) 244.18º 0.63% 0.99% -
XYZ 27.4 18.04 94.13 -
YUV 115.3 205.14 120.65 -
System Red Green Blue C M Y K H S L
Decimal 105 94 252 0.58 0.63 0 0.01 244.18 0.96 0.68
Hex 69 5E FC 3A 3F 0 1 F4 60 44
Octal 151 136 374 72 77 0 1 364 140 104
Binary 1101001 1011110 11111100 111010 111111 0 1 11110100 1100000 1000100

Color Harmonies of #695EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695EFC

Black with #695EFC

Text Example


Text Example

White with #695EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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