Html Css Color HEX #696EFB Medium Slate Blue

📋 copy color: '#696EFB'

red 105 ◦ green 110 ◦ blue 251

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

Shades of Medium Slate Blue #696EFB

Tints of Medium Slate Blue #696EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.61%

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

R = 22.53%
G = 23.61%
B = 53.86%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#696EFB (or 0x696EFB) is known color: Medium Slate Blue. HEX triplet: 69, 6E and FB. RGB value is (105,110,251). Sum of RGB (Red+Green+Blue) = 105+110+251=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #696EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696EFB is #969104. Grayscale: #7C7C7C. Windows color (decimal): -9867525 or 16477801. OLE color: 16477801.

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

Color convert

RGB 105 110 251 -
CMYK 0.58 0.56 0 0.02
HSL 237.95º 0.95% 0.7% -
HSV(B) 237.95º 0.58% 0.98% -
XYZ 28.81 21.12 93.82 -
YUV 124.58 199.34 114.04 -
System Red Green Blue C M Y K H S L
Decimal 105 110 251 0.58 0.56 0 0.02 237.95 0.95 0.7
Hex 69 6E FB 3A 38 0 2 EE 5F 46
Octal 151 156 373 72 70 0 2 356 137 106
Binary 1101001 1101110 11111011 111010 111000 0 10 11101110 1011111 1000110

Color Harmonies of #696EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696EFB

Black with #696EFB

Text Example


Text Example

White with #696EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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