#6969FF

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

Shades of Medium Slate Blue #6969FF

Tints of Medium Slate Blue #6969FF

Color information

#6969FF (or 0x6969FF) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 69 and FF. RGB value is (105,105,255). Sum of RGB (Red+Green+Blue) = 105+105+255=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #6969FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6969FF is #969600. Grayscale: #797979. Windows color (decimal): -9868801 or 16738665. OLE color: 16738665.

HSL color Cylindrical-coordinate representation of color #6969FF: hue angle of 240º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6969FF is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB105105255-
CMYK0.590.5900
HSL240º100%70.59%-
HSV(B)240º58.82%100%-
XYZ28.9320.3397.01-
YUV122.1203115.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.58%
GREEN value IS 105 (41.41% from 255) = 22.58%
BLUE value IS 255 (100% from 255) = 54.84%
R=22.58%
G=22.58%
B=54.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1051052550.590.590024010070.59
Hex6969FF3B3B00f06447
Octal151151377737300360144107
Binary1101001110100111111111111011111011001111000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6969FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6969FF; }

 p { color: rgb(105,105,255); }

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

<style>
 a { background-color: #6969FF; }

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

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

<style>
 span { border-color: #6969FF; }

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

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