Html Css Color HEX #695EFB Medium Slate Blue

📋 copy color: '#695EFB'

red 105 ◦ green 94 ◦ blue 251

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

Shades of Medium Slate Blue #695EFB

Tints of Medium Slate Blue #695EFB

RGB

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

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

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

R = 23.33%
G = 20.89%
B = 55.78%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#695EFB (or 0x695EFB) is known color: Medium Slate Blue. HEX triplet: 69, 5E and FB. RGB value is (105,94,251). Sum of RGB (Red+Green+Blue) = 105+94+251=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #695EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695EFB is #96A104. Grayscale: #727272. Windows color (decimal): -9871621 or 16473705. OLE color: 16473705.

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

Color convert

RGB 105 94 251 -
CMYK 0.58 0.63 0 0.02
HSL 244.2º 0.95% 0.68% -
HSV(B) 244.2º 0.63% 0.98% -
XYZ 27.24 17.97 93.3 -
YUV 115.19 204.64 120.73 -
System Red Green Blue C M Y K H S L
Decimal 105 94 251 0.58 0.63 0 0.02 244.2 0.95 0.68
Hex 69 5E FB 3A 3F 0 2 F4 5F 44
Octal 151 136 373 72 77 0 2 364 137 104
Binary 1101001 1011110 11111011 111010 111111 0 10 11110100 1011111 1000100

Color Harmonies of #695EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695EFB

Black with #695EFB

Text Example


Text Example

White with #695EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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