Html Css Color HEX #695BFB Medium Slate Blue

📋 copy color: '#695BFB'

red 105 ◦ green 91 ◦ blue 251

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

Shades of Medium Slate Blue #695BFB

Tints of Medium Slate Blue #695BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.15%

R = 23.49%
G = 20.36%
B = 56.15%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#695BFB (or 0x695BFB) is known color: Medium Slate Blue. HEX triplet: 69, 5B and FB. RGB value is (105,91,251). Sum of RGB (Red+Green+Blue) = 105+91+251=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #695BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695BFB is #96A404. Grayscale: #707070. Windows color (decimal): -9872389 or 16472937. OLE color: 16472937.

HSL color Cylindrical-coordinate representation of color #695BFB: hue angle of 245.25º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #695BFB is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 91 251 -
CMYK 0.58 0.64 0 0.02
HSL 245.25º 0.95% 0.67% -
HSV(B) 245.25º 0.64% 0.98% -
XYZ 26.98 17.45 93.21 -
YUV 113.43 205.64 121.99 -
System Red Green Blue C M Y K H S L
Decimal 105 91 251 0.58 0.64 0 0.02 245.25 0.95 0.67
Hex 69 5B FB 3A 40 0 2 F5 5F 43
Octal 151 133 373 72 100 0 2 365 137 103
Binary 1101001 1011011 11111011 111010 1000000 0 10 11110101 1011111 1000011

Color Harmonies of #695BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695BFB

Black with #695BFB

Text Example


Text Example

White with #695BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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