#6F46CE

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

Shades of Slate Blue #6F46CE

Tints of Slate Blue #6F46CE

Color information

#6F46CE (or 0x6F46CE) is unknown color: approx Slate Blue. HEX triplet: 6F, 46 and CE. RGB value is (111,70,206). Sum of RGB (Red+Green+Blue) = 111+70+206=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F46CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F46CE is #90B931. Grayscale: #616161. Windows color (decimal): -9484594 or 13518447. OLE color: 13518447.

HSL color Cylindrical-coordinate representation of color #6F46CE: hue angle of 258.09º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F46CE is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11170206-
CMYK0.460.6600.19
HSL258.09º58.12%54.12%-
HSV(B)258.09º66.02%80.78%-
XYZ19.8912.2259.7-
YUV97.76189.08137.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.68%
GREEN value IS 70 (27.73% from 255) = 18.09%
BLUE value IS 206 (80.86% from 255) = 53.23%
R=28.68%
G=18.09%
B=53.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal111702060.460.6600.19258.0958.1254.12
Hex6F46CE2E420131023a36
Octal157106316561020234027266
Binary11011111000110110011101011101000010010011100000010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F46CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,70,206); }

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

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

 a { background-color: rgb(111,70,206); }

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

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

 span { border-color: rgb(111,70,206); }

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