#6044CD

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

Shades of Slate Blue #6044CD

Tints of Slate Blue #6044CD

Color information

#6044CD (or 0x6044CD) is unknown color: approx Slate Blue. HEX triplet: 60, 44 and CD. RGB value is (96,68,205). Sum of RGB (Red+Green+Blue) = 96+68+205=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #6044CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6044CD is #9FBB32. Grayscale: #5B5B5B. Windows color (decimal): -10468147 or 13452384. OLE color: 13452384.

HSL color Cylindrical-coordinate representation of color #6044CD: hue angle of 252.26º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6044CD is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9668205-
CMYK0.530.6700.20
HSL252.26º57.81%53.53%-
HSV(B)252.26º66.83%80.39%-
XYZ17.9111.0358.94-
YUV91.99191.78130.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.02%
GREEN value IS 68 (26.95% from 255) = 18.43%
BLUE value IS 205 (80.47% from 255) = 55.56%
R=26.02%
G=18.43%
B=55.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal96682050.530.6700.20252.2657.8153.53
Hex6044CD3543014fc3a36
Octal140104315651030243747266
Binary1100000100010011001101110101100001101010011111100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6044CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6044CD; }

 p { color: rgb(96,68,205); }

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

<style>
 a { background-color: #6044CD; }

 a { background-color: rgb(96,68,205); }

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

<style>
 span { border-color: #6044CD; }

 span { border-color: rgb(96,68,205); }

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