#6957E6

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

Shades of Slate Blue #6957E6

Tints of Slate Blue #6957E6

Color information

#6957E6 (or 0x6957E6) is unknown color: approx Slate Blue. HEX triplet: 69, 57 and E6. RGB value is (105,87,230). Sum of RGB (Red+Green+Blue) = 105+87+230=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 230 (90.23% from 255 or 54.50% from 422); Max value from RGB is 230 - color contains mainly: blue. Hex color #6957E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6957E6 is #96A819. Grayscale: #6C6C6C. Windows color (decimal): -9873434 or 15095657. OLE color: 15095657.

HSL color Cylindrical-coordinate representation of color #6957E6: hue angle of 247.55º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6957E6 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10587230-
CMYK0.540.6200.10
HSL247.55º74.09%62.16%-
HSV(B)247.55º62.17%90.2%-
XYZ23.5215.5376.62-
YUV108.68196.46125.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 87 (34.38% from 255) = 20.62%
BLUE value IS 230 (90.23% from 255) = 54.50%
R=24.88%
G=20.62%
B=54.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal105872300.540.6200.10247.5574.0962.16
Hex6957E6363E0Af84a3e
Octal151127346667601237011276
Binary110100110101111110011011011011111001010111110001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6957E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6957E6; }

 p { color: rgb(105,87,230); }

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

<style>
 a { background-color: #6957E6; }

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

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

<style>
 span { border-color: #6957E6; }

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

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