#6570DC

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

Shades of Slate Blue #6570DC

Tints of Slate Blue #6570DC

Color information

#6570DC (or 0x6570DC) is unknown color: approx Slate Blue. HEX triplet: 65, 70 and DC. RGB value is (101,112,220). Sum of RGB (Red+Green+Blue) = 101+112+220=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #6570DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6570DC is #9A8F23. Grayscale: #787878. Windows color (decimal): -10129188 or 14446693. OLE color: 14446693.

HSL color Cylindrical-coordinate representation of color #6570DC: hue angle of 234.45º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6570DC is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB101112220-
CMYK0.540.4900.14
HSL234.45º62.96%62.94%-
HSV(B)234.45º54.09%86.27%-
XYZ24.0819.5270.21-
YUV121.02183.86113.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.33%
GREEN value IS 112 (44.14% from 255) = 25.87%
BLUE value IS 220 (86.33% from 255) = 50.81%
R=23.33%
G=25.87%
B=50.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1011122200.540.4900.14234.4562.9662.94
Hex6570DC36310Eea3f3f
Octal14516033466610163527777
Binary11001011110000110111001101101100010111011101010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6570DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6570DC; }

 p { color: rgb(101,112,220); }

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

<style>
 a { background-color: #6570DC; }

 a { background-color: rgb(101,112,220); }

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

<style>
 span { border-color: #6570DC; }

 span { border-color: rgb(101,112,220); }

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