Html Css Color HEX #696CF9 Medium Slate Blue

📋 copy color: '#696CF9'

red 105 ◦ green 108 ◦ blue 249

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

Shades of Medium Slate Blue #696CF9

Tints of Medium Slate Blue #696CF9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.38%

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

R = 22.73%
G = 23.38%
B = 53.9%

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

#696CF9 (or 0x696CF9) is known color: Medium Slate Blue. HEX triplet: 69, 6C and F9. RGB value is (105,108,249). Sum of RGB (Red+Green+Blue) = 105+108+249=462 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.73% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 249 (97.66% from 255 or 53.90% from 462); Max value from RGB is 249 - color contains mainly: blue. Hex color #696CF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696CF9 is #969306. Grayscale: #7A7A7A. Windows color (decimal): -9868039 or 16346217. OLE color: 16346217.

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

Color convert

RGB 105 108 249 -
CMYK 0.58 0.57 0 0.02
HSL 238.75º 0.92% 0.69% -
HSV(B) 238.75º 0.58% 0.98% -
XYZ 28.29 20.57 92.1 -
YUV 123.18 199.01 115.04 -
System Red Green Blue C M Y K H S L
Decimal 105 108 249 0.58 0.57 0 0.02 238.75 0.92 0.69
Hex 69 6C F9 3A 39 0 2 EF 5C 45
Octal 151 154 371 72 71 0 2 357 134 105
Binary 1101001 1101100 11111001 111010 111001 0 10 11101111 1011100 1000101

Color Harmonies of #696CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CF9

Black with #696CF9

Text Example


Text Example

White with #696CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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