Html Css Color HEX #695EF1 Medium Slate Blue

📋 copy color: '#695EF1'

red 105 ◦ green 94 ◦ blue 241

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

Shades of Medium Slate Blue #695EF1

Tints of Medium Slate Blue #695EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 54.77%

R = 23.86%
G = 21.36%
B = 54.77%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#695EF1 (or 0x695EF1) is known color: Medium Slate Blue. HEX triplet: 69, 5E and F1. RGB value is (105,94,241). Sum of RGB (Red+Green+Blue) = 105+94+241=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #695EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695EF1 is #96A10E. Grayscale: #717171. Windows color (decimal): -9871631 or 15818345. OLE color: 15818345.

HSL color Cylindrical-coordinate representation of color #695EF1: hue angle of 244.49º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #695EF1 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 94 241 -
CMYK 0.56 0.61 0 0.05
HSL 244.49º 0.84% 0.66% -
HSV(B) 244.49º 0.61% 0.95% -
XYZ 25.71 17.36 85.21 -
YUV 114.05 199.64 121.55 -
System Red Green Blue C M Y K H S L
Decimal 105 94 241 0.56 0.61 0 0.05 244.49 0.84 0.66
Hex 69 5E F1 38 3D 0 5 F4 54 42
Octal 151 136 361 70 75 0 5 364 124 102
Binary 1101001 1011110 11110001 111000 111101 0 101 11110100 1010100 1000010

Color Harmonies of #695EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695EF1

Black with #695EF1

Text Example


Text Example

White with #695EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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