#6043CA

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

Shades of Slate Blue #6043CA

Tints of Slate Blue #6043CA

Color information

#6043CA (or 0x6043CA) is unknown color: approx Slate Blue. HEX triplet: 60, 43 and CA. RGB value is (96,67,202). Sum of RGB (Red+Green+Blue) = 96+67+202=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #6043CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6043CA is #9FBC35. Grayscale: #5A5A5A. Windows color (decimal): -10468406 or 13255520. OLE color: 13255520.

HSL color Cylindrical-coordinate representation of color #6043CA: hue angle of 252.89º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6043CA is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9667202-
CMYK0.520.6700.21
HSL252.89º56.02%52.75%-
HSV(B)252.89º66.83%79.22%-
XYZ17.4910.7757.03-
YUV91.06190.61131.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.30%
GREEN value IS 67 (26.56% from 255) = 18.36%
BLUE value IS 202 (79.30% from 255) = 55.34%
R=26.30%
G=18.36%
B=55.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal96672020.520.6700.21252.8956.0252.75
Hex6043CA3443015fd3835
Octal140103312641030253757065
Binary1100000100001111001010110100100001101010111111101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6043CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6043CA; }

 p { color: rgb(96,67,202); }

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

<style>
 a { background-color: #6043CA; }

 a { background-color: rgb(96,67,202); }

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

<style>
 span { border-color: #6043CA; }

 span { border-color: rgb(96,67,202); }

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