#6559dd

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

Shades of Slate Blue #6559DD

Tints of Slate Blue #6559DD

Color information

#6559DD (or 0x6559DD) is unknown color: approx Slate Blue. HEX triplet: 65, 59 and DD. RGB value is (101,89,221). Sum of RGB (Red+Green+Blue) = 101+89+221=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #6559DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6559DD is #9AA622. Grayscale: #6B6B6B. Windows color (decimal): -10135075 or 14506341. OLE color: 14506341.

HSL color Cylindrical-coordinate representation of color #6559DD: hue angle of 245.45º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6559DD is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10189221-
CMYK0.540.6000.13
HSL245.45º66%60.78%-
HSV(B)245.45º59.73%86.67%-
XYZ21.9915.1370.17-
YUV107.64191.98123.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.57%
GREEN value IS 89 (35.16% from 255) = 21.65%
BLUE value IS 221 (86.72% from 255) = 53.77%
R=24.57%
G=21.65%
B=53.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal101892210.540.6000.13245.456660.78
Hex6559DD363C0Df5423d
Octal145131335667401536510275
Binary110010110110011101110111011011110001101111101011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6559dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6559dd; }

 p { color: rgb(101,89,221); }

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

<style>
 a { background-color: #6559dd; }

 a { background-color: rgb(101,89,221); }

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

<style>
 span { border-color: #6559dd; }

 span { border-color: rgb(101,89,221); }

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