#6654DC

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

Shades of Slate Blue #6654DC

Tints of Slate Blue #6654DC

Color information

#6654DC (or 0x6654DC) is unknown color: approx Slate Blue. HEX triplet: 66, 54 and DC. RGB value is (102,84,220). Sum of RGB (Red+Green+Blue) = 102+84+220=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #6654DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6654DC is #99AB23. Grayscale: #686868. Windows color (decimal): -10070820 or 14439526. OLE color: 14439526.

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

Color convert

RGB10284220-
CMYK0.540.6200.14
HSL247.94º66.02%59.61%-
HSV(B)247.94º61.82%86.27%-
XYZ21.5714.3369.34-
YUV104.89192.96125.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.12%
GREEN value IS 84 (33.20% from 255) = 20.69%
BLUE value IS 220 (86.33% from 255) = 54.19%
R=25.12%
G=20.69%
B=54.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal102842200.540.6200.14247.9466.0259.61
Hex6654DC363E0Ef8423c
Octal146124334667601637010274
Binary110011010101001101110011011011111001110111110001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6654DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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