#6045D7

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

Shades of Slate Blue #6045D7

Tints of Slate Blue #6045D7

Color information

#6045D7 (or 0x6045D7) is unknown color: approx Slate Blue. HEX triplet: 60, 45 and D7. RGB value is (96,69,215). Sum of RGB (Red+Green+Blue) = 96+69+215=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 215 (84.38% from 255 or 56.58% from 380); Max value from RGB is 215 - color contains mainly: blue. Hex color #6045D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6045D7 is #9FBA28. Grayscale: #5D5D5D. Windows color (decimal): -10467881 or 14108000. OLE color: 14108000.

HSL color Cylindrical-coordinate representation of color #6045D7: hue angle of 251.1º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6045D7 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9669215-
CMYK0.550.6800.16
HSL251.1º64.6%55.69%-
HSV(B)251.1º67.91%84.31%-
XYZ19.2211.6565.53-
YUV93.72196.45129.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.26%
GREEN value IS 69 (27.34% from 255) = 18.16%
BLUE value IS 215 (84.38% from 255) = 56.58%
R=25.26%
G=18.16%
B=56.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal96692150.550.6800.16251.164.655.69
Hex6045D73744010fb4138
Octal1401053276710402037310170
Binary11000001000101110101111101111000100010000111110111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6045D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6045D7; }

 p { color: rgb(96,69,215); }

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

<style>
 a { background-color: #6045D7; }

 a { background-color: rgb(96,69,215); }

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

<style>
 span { border-color: #6045D7; }

 span { border-color: rgb(96,69,215); }

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