Html Css Color HEX #695BFF Medium Slate Blue

📋 copy color: '#695BFF'

red 105 ◦ green 91 ◦ blue 255

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

Shades of Medium Slate Blue #695BFF

Tints of Medium Slate Blue #695BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.18%

 BLUE value IS 255 (100% from 255) = 56.54%

R = 23.28%
G = 20.18%
B = 56.54%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#695BFF (or 0x695BFF) is known color: Medium Slate Blue. HEX triplet: 69, 5B and FF. RGB value is (105,91,255). Sum of RGB (Red+Green+Blue) = 105+91+255=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #695BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695BFF is #96A400. Grayscale: #717171. Windows color (decimal): -9872385 or 16735081. OLE color: 16735081.

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

Color convert

RGB 105 91 255 -
CMYK 0.59 0.64 0 0
HSL 245.12º 1% 0.68% -
HSV(B) 245.12º 0.64% 1% -
XYZ 27.62 17.71 96.57 -
YUV 113.88 207.64 121.66 -
System Red Green Blue C M Y K H S L
Decimal 105 91 255 0.59 0.64 0 0 245.12 1 0.68
Hex 69 5B FF 3B 40 0 0 F5 64 44
Octal 151 133 377 73 100 0 0 365 144 104
Binary 1101001 1011011 11111111 111011 1000000 0 0 11110101 1100100 1000100

Color Harmonies of #695BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695BFF

Black with #695BFF

Text Example


Text Example

White with #695BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,91,255); }

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

background-color css

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

 a { background-color: rgb(105,91,255); }

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

border-color css

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

 span { border-color: rgb(105,91,255); }

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