Html Css Color HEX #696EFA Medium Slate Blue

📋 copy color: '#696EFA'

red 105 ◦ green 110 ◦ blue 250

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

Shades of Medium Slate Blue #696EFA

Tints of Medium Slate Blue #696EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.76%

R = 22.58%
G = 23.66%
B = 53.76%

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

#696EFA (or 0x696EFA) is known color: Medium Slate Blue. HEX triplet: 69, 6E and FA. RGB value is (105,110,250). Sum of RGB (Red+Green+Blue) = 105+110+250=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #696EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696EFA is #969105. Grayscale: #7B7B7B. Windows color (decimal): -9867526 or 16412265. OLE color: 16412265.

HSL color Cylindrical-coordinate representation of color #696EFA: hue angle of 237.93º degrees, saturation: 0.94, 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 #696EFA is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 110 250 -
CMYK 0.58 0.56 0 0.02
HSL 237.93º 0.94% 0.7% -
HSV(B) 237.93º 0.58% 0.98% -
XYZ 28.66 21.06 93 -
YUV 124.47 198.84 114.12 -
System Red Green Blue C M Y K H S L
Decimal 105 110 250 0.58 0.56 0 0.02 237.93 0.94 0.7
Hex 69 6E FA 3A 38 0 2 EE 5E 46
Octal 151 156 372 72 70 0 2 356 136 106
Binary 1101001 1101110 11111010 111010 111000 0 10 11101110 1011110 1000110

Color Harmonies of #696EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696EFA

Black with #696EFA

Text Example


Text Example

White with #696EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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