Html Css Color HEX #695BED Medium Slate Blue

📋 copy color: '#695BED'

red 105 ◦ green 91 ◦ blue 237

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

Shades of Medium Slate Blue #695BED

Tints of Medium Slate Blue #695BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.73%

R = 24.25%
G = 21.02%
B = 54.73%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#695BED (or 0x695BED) is known color: Medium Slate Blue. HEX triplet: 69, 5B and ED. RGB value is (105,91,237). Sum of RGB (Red+Green+Blue) = 105+91+237=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #695BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695BED is #96A412. Grayscale: #6F6F6F. Windows color (decimal): -9872403 or 15555433. OLE color: 15555433.

HSL color Cylindrical-coordinate representation of color #695BED: hue angle of 245.75º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #695BED is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 91 237 -
CMYK 0.56 0.62 0 0.07
HSL 245.75º 0.8% 0.64% -
HSV(B) 245.75º 0.62% 0.93% -
XYZ 24.85 16.6 82.01 -
YUV 111.83 198.64 123.13 -
System Red Green Blue C M Y K H S L
Decimal 105 91 237 0.56 0.62 0 0.07 245.75 0.8 0.64
Hex 69 5B ED 38 3E 0 7 F6 50 40
Octal 151 133 355 70 76 0 7 366 120 100
Binary 1101001 1011011 11101101 111000 111110 0 111 11110110 1010000 1000000

Color Harmonies of #695BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695BED

Black with #695BED

Text Example


Text Example

White with #695BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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