#6869FF

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

Shades of Medium Slate Blue #6869FF

Tints of Medium Slate Blue #6869FF

Color information

#6869FF (or 0x6869FF) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 69 and FF. RGB value is (104,105,255). Sum of RGB (Red+Green+Blue) = 104+105+255=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #6869FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6869FF is #979600. Grayscale: #797979. Windows color (decimal): -9934337 or 16738664. OLE color: 16738664.

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

Color convert

RGB104105255-
CMYK0.590.5900
HSL239.6º100%70.39%-
HSV(B)239.6º59.22%100%-
XYZ28.8120.2797-
YUV121.8203.17115.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.41%
GREEN value IS 105 (41.41% from 255) = 22.63%
BLUE value IS 255 (100% from 255) = 54.96%
R=22.41%
G=22.63%
B=54.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1041052550.590.5900239.610070.39
Hex6869FF3B3B00f06446
Octal150151377737300360144106
Binary1101000110100111111111111011111011001111000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6869FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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