#6145DD

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

Shades of Slate Blue #6145DD

Tints of Slate Blue #6145DD

Color information

#6145DD (or 0x6145DD) is unknown color: approx Slate Blue. HEX triplet: 61, 45 and DD. RGB value is (97,69,221). Sum of RGB (Red+Green+Blue) = 97+69+221=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #6145DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6145DD is #9EBA22. Grayscale: #5E5E5E. Windows color (decimal): -10402339 or 14501217. OLE color: 14501217.

HSL color Cylindrical-coordinate representation of color #6145DD: hue angle of 251.05º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6145DD is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9769221-
CMYK0.560.6900.13
HSL251.05º69.09%56.86%-
HSV(B)251.05º68.78%86.67%-
XYZ20.1112.0269.67-
YUV94.7199.28129.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.06%
GREEN value IS 69 (27.34% from 255) = 17.83%
BLUE value IS 221 (86.72% from 255) = 57.11%
R=25.06%
G=17.83%
B=57.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal97692210.560.6900.13251.0569.0956.86
Hex6145DD38450Dfb4539
Octal1411053357010501537310571
Binary1100001100010111011101111000100010101101111110111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6145DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6145DD; }

 p { color: rgb(97,69,221); }

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

<style>
 a { background-color: #6145DD; }

 a { background-color: rgb(97,69,221); }

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

<style>
 span { border-color: #6145DD; }

 span { border-color: rgb(97,69,221); }

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