Html Css Color HEX #695EFF Medium Slate Blue

📋 copy color: '#695EFF'

red 105 ◦ green 94 ◦ blue 255

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

Shades of Medium Slate Blue #695EFF

Tints of Medium Slate Blue #695EFF

RGB

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

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

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

R = 23.13%
G = 20.7%
B = 56.17%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#695EFF (or 0x695EFF) is known color: Medium Slate Blue. HEX triplet: 69, 5E and FF. RGB value is (105,94,255). Sum of RGB (Red+Green+Blue) = 105+94+255=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #695EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695EFF is #96A100. Grayscale: #737373. Windows color (decimal): -9871617 or 16735849. OLE color: 16735849.

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

Color convert

RGB 105 94 255 -
CMYK 0.59 0.63 0 0
HSL 244.1º 1% 0.68% -
HSV(B) 244.1º 0.63% 1% -
XYZ 27.88 18.23 96.66 -
YUV 115.64 206.64 120.41 -
System Red Green Blue C M Y K H S L
Decimal 105 94 255 0.59 0.63 0 0 244.1 1 0.68
Hex 69 5E FF 3B 3F 0 0 F4 64 44
Octal 151 136 377 73 77 0 0 364 144 104
Binary 1101001 1011110 11111111 111011 111111 0 0 11110100 1100100 1000100

Color Harmonies of #695EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695EFF

Black with #695EFF

Text Example


Text Example

White with #695EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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