#6942E9

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

Shades of Slate Blue #6942E9

Tints of Slate Blue #6942E9

Color information

#6942E9 (or 0x6942E9) is unknown color: approx Slate Blue. HEX triplet: 69, 42 and E9. RGB value is (105,66,233). Sum of RGB (Red+Green+Blue) = 105+66+233=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 233 (91.41% from 255 or 57.67% from 404); Max value from RGB is 233 - color contains mainly: blue. Hex color #6942E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6942E9 is #96BD16. Grayscale: #606060. Windows color (decimal): -9878807 or 15286889. OLE color: 15286889.

HSL color Cylindrical-coordinate representation of color #6942E9: hue angle of 254.01º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6942E9 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10566233-
CMYK0.550.7200.09
HSL254.01º79.15%58.63%-
HSV(B)254.01º71.67%91.37%-
XYZ22.4812.7878.37-
YUV96.7204.92133.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.99%
GREEN value IS 66 (26.17% from 255) = 16.34%
BLUE value IS 233 (91.41% from 255) = 57.67%
R=25.99%
G=16.34%
B=57.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal105662330.550.7200.09254.0179.1558.63
Hex6942E9374809fe4f3b
Octal1511023516711001137611773
Binary1101001100001011101001110111100100001001111111101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6942E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6942E9; }

 p { color: rgb(105,66,233); }

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

<style>
 a { background-color: #6942E9; }

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

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

<style>
 span { border-color: #6942E9; }

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

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