#6957DF

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

Shades of Slate Blue #6957DF

Tints of Slate Blue #6957DF

Color information

#6957DF (or 0x6957DF) is unknown color: approx Slate Blue. HEX triplet: 69, 57 and DF. RGB value is (105,87,223). Sum of RGB (Red+Green+Blue) = 105+87+223=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #6957DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6957DF is #96A820. Grayscale: #6B6B6B. Windows color (decimal): -9873441 or 14636905. OLE color: 14636905.

HSL color Cylindrical-coordinate representation of color #6957DF: hue angle of 247.94º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6957DF is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10587223-
CMYK0.530.6100.13
HSL247.94º68%60.78%-
HSV(B)247.94º60.99%87.45%-
XYZ22.5515.1571.55-
YUV107.89192.96125.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.30%
GREEN value IS 87 (34.38% from 255) = 20.96%
BLUE value IS 223 (87.5% from 255) = 53.73%
R=25.30%
G=20.96%
B=53.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal105872230.530.6100.13247.946860.78
Hex6957DF353D0Df8443d
Octal151127337657501537010475
Binary110100110101111101111111010111110101101111110001000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6957DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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