#6552DC

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

Shades of Slate Blue #6552DC

Tints of Slate Blue #6552DC

Color information

#6552DC (or 0x6552DC) is unknown color: approx Slate Blue. HEX triplet: 65, 52 and DC. RGB value is (101,82,220). Sum of RGB (Red+Green+Blue) = 101+82+220=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #6552DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6552DC is #9AAD23. Grayscale: #666666. Windows color (decimal): -10136868 or 14439013. OLE color: 14439013.

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

Color convert

RGB10182220-
CMYK0.540.6300.14
HSL248.26º66.35%59.22%-
HSV(B)248.26º62.73%86.27%-
XYZ21.313.9769.28-
YUV103.41193.79126.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.06%
GREEN value IS 82 (32.42% from 255) = 20.35%
BLUE value IS 220 (86.33% from 255) = 54.59%
R=25.06%
G=20.35%
B=54.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal101822200.540.6300.14248.2666.3559.22
Hex6552DC363F0Ef8423b
Octal145122334667701637010273
Binary110010110100101101110011011011111101110111110001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6552DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,82,220); }

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

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

 a { background-color: rgb(101,82,220); }

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

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

 span { border-color: rgb(101,82,220); }

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