#6043D1

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

Shades of Slate Blue #6043D1

Tints of Slate Blue #6043D1

Color information

#6043D1 (or 0x6043D1) is unknown color: approx Slate Blue. HEX triplet: 60, 43 and D1. RGB value is (96,67,209). Sum of RGB (Red+Green+Blue) = 96+67+209=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 209 (82.03% from 255 or 56.18% from 372); Max value from RGB is 209 - color contains mainly: blue. Hex color #6043D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6043D1 is #9FBC2E. Grayscale: #5B5B5B. Windows color (decimal): -10468399 or 13714272. OLE color: 13714272.

HSL color Cylindrical-coordinate representation of color #6043D1: hue angle of 252.25º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6043D1 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9667209-
CMYK0.540.6800.18
HSL252.25º60.68%54.12%-
HSV(B)252.25º67.94%81.96%-
XYZ18.3411.161.5-
YUV91.86194.11130.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.81%
GREEN value IS 67 (26.56% from 255) = 18.01%
BLUE value IS 209 (82.03% from 255) = 56.18%
R=25.81%
G=18.01%
B=56.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal96672090.540.6800.18252.2560.6854.12
Hex6043D13644012fc3d36
Octal140103321661040223747566
Binary1100000100001111010001110110100010001001011111100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6043D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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