Html Css Color HEX #696AF9 Medium Slate Blue

📋 copy color: '#696AF9'

red 105 ◦ green 106 ◦ blue 249

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

Shades of Medium Slate Blue #696AF9

Tints of Medium Slate Blue #696AF9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.04%

 BLUE value IS 249 (97.66% from 255) = 54.13%

R = 22.83%
G = 23.04%
B = 54.13%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#696AF9 (or 0x696AF9) is known color: Medium Slate Blue. HEX triplet: 69, 6A and F9. RGB value is (105,106,249). Sum of RGB (Red+Green+Blue) = 105+106+249=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 249 (97.66% from 255 or 54.13% from 460); Max value from RGB is 249 - color contains mainly: blue. Hex color #696AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696AF9 is #969506. Grayscale: #797979. Windows color (decimal): -9868551 or 16345705. OLE color: 16345705.

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

Color convert

RGB 105 106 249 -
CMYK 0.58 0.57 0 0.02
HSL 239.58º 0.92% 0.69% -
HSV(B) 239.58º 0.58% 0.98% -
XYZ 28.08 20.15 92.03 -
YUV 122 199.67 115.87 -
System Red Green Blue C M Y K H S L
Decimal 105 106 249 0.58 0.57 0 0.02 239.58 0.92 0.69
Hex 69 6A F9 3A 39 0 2 F0 5C 45
Octal 151 152 371 72 71 0 2 360 134 105
Binary 1101001 1101010 11111001 111010 111001 0 10 11110000 1011100 1000101

Color Harmonies of #696AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696AF9

Black with #696AF9

Text Example


Text Example

White with #696AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,106,249); }

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

background-color css

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

 a { background-color: rgb(105,106,249); }

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

border-color css

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

 span { border-color: rgb(105,106,249); }

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