#6E69D9

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

Shades of Slate Blue #6E69D9

Tints of Slate Blue #6E69D9

Color information

#6E69D9 (or 0x6E69D9) is unknown color: approx Slate Blue. HEX triplet: 6E, 69 and D9. RGB value is (110,105,217). Sum of RGB (Red+Green+Blue) = 110+105+217=432 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.46% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 217 (85.16% from 255 or 50.23% from 432); Max value from RGB is 217 - color contains mainly: blue. Hex color #6E69D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E69D9 is #919626. Grayscale: #767676. Windows color (decimal): -9541159 or 14248302. OLE color: 14248302.

HSL color Cylindrical-coordinate representation of color #6E69D9: hue angle of 242.68º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E69D9 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB110105217-
CMYK0.490.5200.15
HSL242.68º59.57%63.14%-
HSV(B)242.68º51.61%85.1%-
XYZ24.0118.4367.94-
YUV119.26183.16121.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.46%
GREEN value IS 105 (41.41% from 255) = 24.31%
BLUE value IS 217 (85.16% from 255) = 50.23%
R=25.46%
G=24.31%
B=50.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1101052170.490.5200.15242.6859.5763.14
Hex6E69D931340Ff33c3f
Octal15615133161640173637477
Binary11011101101001110110011100011101000111111110011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E69D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E69D9; }

 p { color: rgb(110,105,217); }

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

<style>
 a { background-color: #6E69D9; }

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

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

<style>
 span { border-color: #6E69D9; }

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

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