#6544cc

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

Shades of Slate Blue #6544CC

Tints of Slate Blue #6544CC

Color information

#6544CC (or 0x6544CC) is unknown color: approx Slate Blue. HEX triplet: 65, 44 and CC. RGB value is (101,68,204). Sum of RGB (Red+Green+Blue) = 101+68+204=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #6544CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6544CC is #9ABB33. Grayscale: #5C5C5C. Windows color (decimal): -10140468 or 13386853. OLE color: 13386853.

HSL color Cylindrical-coordinate representation of color #6544CC: hue angle of 254.56º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6544CC is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10168204-
CMYK0.500.6700.2
HSL254.56º57.14%53.33%-
HSV(B)254.56º66.67%80%-
XYZ18.3311.2658.33-
YUV93.37190.43133.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.08%
GREEN value IS 68 (26.95% from 255) = 18.23%
BLUE value IS 204 (80.08% from 255) = 54.69%
R=27.08%
G=18.23%
B=54.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal101682040.500.6700.2254.5657.1453.33
Hex6544CC3243014ff3935
Octal145104314621030243777165
Binary1100101100010011001100110010100001101010011111111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6544cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6544cc; }

 p { color: rgb(101,68,204); }

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

<style>
 a { background-color: #6544cc; }

 a { background-color: rgb(101,68,204); }

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

<style>
 span { border-color: #6544cc; }

 span { border-color: rgb(101,68,204); }

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