#6444DD

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

Shades of Slate Blue #6444DD

Tints of Slate Blue #6444DD

Color information

#6444DD (or 0x6444DD) is unknown color: approx Slate Blue. HEX triplet: 64, 44 and DD. RGB value is (100,68,221). Sum of RGB (Red+Green+Blue) = 100+68+221=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #6444DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6444DD is #9BBB22. Grayscale: #5E5E5E. Windows color (decimal): -10205987 or 14500964. OLE color: 14500964.

HSL color Cylindrical-coordinate representation of color #6444DD: hue angle of 252.55º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6444DD is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10068221-
CMYK0.550.6900.13
HSL252.55º69.23%56.67%-
HSV(B)252.55º69.23%86.67%-
XYZ20.3712.0669.66-
YUV95.01199.1131.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.71%
GREEN value IS 68 (26.95% from 255) = 17.48%
BLUE value IS 221 (86.72% from 255) = 56.81%
R=25.71%
G=17.48%
B=56.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal100682210.550.6900.13252.5569.2356.67
Hex6444DD37450Dfd4539
Octal1441043356710501537510571
Binary1100100100010011011101110111100010101101111111011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6444DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6444DD; }

 p { color: rgb(100,68,221); }

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

<style>
 a { background-color: #6444DD; }

 a { background-color: rgb(100,68,221); }

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

<style>
 span { border-color: #6444DD; }

 span { border-color: rgb(100,68,221); }

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