Html Css Color HEX #696FFA Medium Slate Blue

📋 copy color: '#696FFA'

red 105 ◦ green 111 ◦ blue 250

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

Shades of Medium Slate Blue #696FFA

Tints of Medium Slate Blue #696FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.82%

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

R = 22.53%
G = 23.82%
B = 53.65%

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

#696FFA (or 0x696FFA) is known color: Medium Slate Blue. HEX triplet: 69, 6F and FA. RGB value is (105,111,250). Sum of RGB (Red+Green+Blue) = 105+111+250=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #696FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696FFA is #969005. Grayscale: #7C7C7C. Windows color (decimal): -9867270 or 16412521. OLE color: 16412521.

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

Color convert

RGB 105 111 250 -
CMYK 0.58 0.56 0 0.02
HSL 237.52º 0.94% 0.7% -
HSV(B) 237.52º 0.58% 0.98% -
XYZ 28.77 21.27 93.03 -
YUV 125.05 198.51 113.7 -
System Red Green Blue C M Y K H S L
Decimal 105 111 250 0.58 0.56 0 0.02 237.52 0.94 0.7
Hex 69 6F FA 3A 38 0 2 EE 5E 46
Octal 151 157 372 72 70 0 2 356 136 106
Binary 1101001 1101111 11111010 111010 111000 0 10 11101110 1011110 1000110

Color Harmonies of #696FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696FFA

Black with #696FFA

Text Example


Text Example

White with #696FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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