#6654dd

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

Shades of Slate Blue #6654DD

Tints of Slate Blue #6654DD

Color information

#6654DD (or 0x6654DD) is unknown color: approx Slate Blue. HEX triplet: 66, 54 and DD. RGB value is (102,84,221). Sum of RGB (Red+Green+Blue) = 102+84+221=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #6654DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6654DD is #99AB22. Grayscale: #686868. Windows color (decimal): -10070819 or 14505062. OLE color: 14505062.

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

Color convert

RGB10284221-
CMYK0.540.6200.13
HSL247.88º66.83%59.8%-
HSV(B)247.88º61.99%86.67%-
XYZ21.714.3970.04-
YUV105193.46125.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.06%
GREEN value IS 84 (33.20% from 255) = 20.64%
BLUE value IS 221 (86.72% from 255) = 54.30%
R=25.06%
G=20.64%
B=54.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102842210.540.6200.13247.8866.8359.8
Hex6654DD363E0Df8433c
Octal146124335667601537010374
Binary110011010101001101110111011011111001101111110001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6654dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,84,221); }

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

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

 a { background-color: rgb(102,84,221); }

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

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

 span { border-color: rgb(102,84,221); }

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