Html Css Color HEX #696AF0 Medium Slate Blue

📋 copy color: '#696AF0'

red 105 ◦ green 106 ◦ blue 240

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

Shades of Medium Slate Blue #696AF0

Tints of Medium Slate Blue #696AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 53.22%

R = 23.28%
G = 23.5%
B = 53.22%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#696AF0 (or 0x696AF0) is known color: Medium Slate Blue. HEX triplet: 69, 6A and F0. RGB value is (105,106,240). Sum of RGB (Red+Green+Blue) = 105+106+240=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 240 (94.14% from 255 or 53.22% from 451); Max value from RGB is 240 - color contains mainly: blue. Hex color #696AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696AF0 is #96950F. Grayscale: #787878. Windows color (decimal): -9868560 or 15755881. OLE color: 15755881.

HSL color Cylindrical-coordinate representation of color #696AF0: hue angle of 239.56º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #696AF0 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 106 240 -
CMYK 0.56 0.56 0 0.06
HSL 239.56º 0.82% 0.68% -
HSV(B) 239.56º 0.56% 0.94% -
XYZ 26.71 19.6 84.81 -
YUV 120.98 195.17 116.6 -
System Red Green Blue C M Y K H S L
Decimal 105 106 240 0.56 0.56 0 0.06 239.56 0.82 0.68
Hex 69 6A F0 38 38 0 6 F0 52 44
Octal 151 152 360 70 70 0 6 360 122 104
Binary 1101001 1101010 11110000 111000 111000 0 110 11110000 1010010 1000100

Color Harmonies of #696AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696AF0

Black with #696AF0

Text Example


Text Example

White with #696AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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