#6045C6

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

Shades of Slate Blue #6045C6

Tints of Slate Blue #6045C6

Color information

#6045C6 (or 0x6045C6) is unknown color: approx Slate Blue. HEX triplet: 60, 45 and C6. RGB value is (96,69,198). Sum of RGB (Red+Green+Blue) = 96+69+198=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 198 (77.73% from 255 or 54.55% from 363); Max value from RGB is 198 - color contains mainly: blue. Hex color #6045C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6045C6 is #9FBA39. Grayscale: #5B5B5B. Windows color (decimal): -10467898 or 12993888. OLE color: 12993888.

HSL color Cylindrical-coordinate representation of color #6045C6: hue angle of 252.56º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6045C6 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9669198-
CMYK0.520.6500.22
HSL252.56º53.09%52.35%-
HSV(B)252.56º65.15%77.65%-
XYZ17.1510.8254.61-
YUV91.78187.95131.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 69 (27.34% from 255) = 19.01%
BLUE value IS 198 (77.73% from 255) = 54.55%
R=26.45%
G=19.01%
B=54.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal96691980.520.6500.22252.5653.0952.35
Hex6045C63441016fd3534
Octal140105306641010263756564
Binary1100000100010111000110110100100000101011011111101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6045C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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