#696FF8

Color #696FF8 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #696FF8

Tints of Medium Slate Blue #696FF8

Color information

#696FF8 (or 0x696FF8) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 6F and F8. RGB value is (105,111,248). Sum of RGB (Red+Green+Blue) = 105+111+248=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #696FF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696FF8 is #969007. Grayscale: #7C7C7C. Windows color (decimal): -9867272 or 16281449. OLE color: 16281449.

HSL color Cylindrical-coordinate representation of color #696FF8: hue angle of 237.48º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #696FF8 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB105111248-
CMYK0.580.5500.03
HSL237.48º91.08%69.22%-
HSV(B)237.48º57.66%97.25%-
XYZ28.4521.1591.39-
YUV124.82197.51113.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.63%
GREEN value IS 111 (43.75% from 255) = 23.92%
BLUE value IS 248 (97.27% from 255) = 53.45%
R=22.63%
G=23.92%
B=53.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1051112480.580.5500.03237.4891.0869.22
Hex696FF83A3703ed5b45
Octal151157370726703355133105
Binary11010011101111111110001110101101110111110110110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #696FF8;
 }
 .AnyTagClassName
 {
   color: #696FF8;
 }
</style>
background-color css

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

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

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

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

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

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