Html Css Color HEX #696DFA Medium Slate Blue

📋 copy color: '#696DFA'

red 105 ◦ green 109 ◦ blue 250

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

Shades of Medium Slate Blue #696DFA

Tints of Medium Slate Blue #696DFA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.49%

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

R = 22.63%
G = 23.49%
B = 53.88%

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

#696DFA (or 0x696DFA) is known color: Medium Slate Blue. HEX triplet: 69, 6D and FA. RGB value is (105,109,250). Sum of RGB (Red+Green+Blue) = 105+109+250=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #696DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696DFA is #969205. Grayscale: #7B7B7B. Windows color (decimal): -9867782 or 16412009. OLE color: 16412009.

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

Color convert

RGB 105 109 250 -
CMYK 0.58 0.56 0 0.02
HSL 238.34º 0.94% 0.7% -
HSV(B) 238.34º 0.58% 0.98% -
XYZ 28.55 20.84 92.96 -
YUV 123.88 199.17 114.54 -
System Red Green Blue C M Y K H S L
Decimal 105 109 250 0.58 0.56 0 0.02 238.34 0.94 0.7
Hex 69 6D FA 3A 38 0 2 EE 5E 46
Octal 151 155 372 72 70 0 2 356 136 106
Binary 1101001 1101101 11111010 111010 111000 0 10 11101110 1011110 1000110

Color Harmonies of #696DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696DFA

Black with #696DFA

Text Example


Text Example

White with #696DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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