Html Css Color HEX #696EFC Medium Slate Blue

📋 copy color: '#696EFC'

red 105 ◦ green 110 ◦ blue 252

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

Shades of Medium Slate Blue #696EFC

Tints of Medium Slate Blue #696EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.96%

R = 22.48%
G = 23.55%
B = 53.96%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#696EFC (or 0x696EFC) is known color: Medium Slate Blue. HEX triplet: 69, 6E and FC. RGB value is (105,110,252). Sum of RGB (Red+Green+Blue) = 105+110+252=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #696EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696EFC is #969103. Grayscale: #7C7C7C. Windows color (decimal): -9867524 or 16543337. OLE color: 16543337.

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

Color convert

RGB 105 110 252 -
CMYK 0.58 0.56 0 0.01
HSL 237.96º 0.96% 0.7% -
HSV(B) 237.96º 0.58% 0.99% -
XYZ 28.97 21.18 94.66 -
YUV 124.69 199.84 113.95 -
System Red Green Blue C M Y K H S L
Decimal 105 110 252 0.58 0.56 0 0.01 237.96 0.96 0.7
Hex 69 6E FC 3A 38 0 1 EE 60 46
Octal 151 156 374 72 70 0 1 356 140 106
Binary 1101001 1101110 11111100 111010 111000 0 1 11101110 1100000 1000110

Color Harmonies of #696EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696EFC

Black with #696EFC

Text Example


Text Example

White with #696EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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