#6553CB

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

Shades of Slate Blue #6553CB

Tints of Slate Blue #6553CB

Color information

#6553CB (or 0x6553CB) is unknown color: approx Slate Blue. HEX triplet: 65, 53 and CB. RGB value is (101,83,203). Sum of RGB (Red+Green+Blue) = 101+83+203=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #6553CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6553CB is #9AAC34. Grayscale: #656565. Windows color (decimal): -10136629 or 13325157. OLE color: 13325157.

HSL color Cylindrical-coordinate representation of color #6553CB: hue angle of 249º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6553CB is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10183203-
CMYK0.500.5900.20
HSL249º53.57%56.08%-
HSV(B)249º59.11%79.61%-
XYZ19.2413.2758.05-
YUV102.06184.96127.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.10%
GREEN value IS 83 (32.81% from 255) = 21.45%
BLUE value IS 203 (79.69% from 255) = 52.45%
R=26.10%
G=21.45%
B=52.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal101832030.500.5900.2024953.5756.08
Hex6553CB323B014f93638
Octal14512331362730243716670
Binary110010110100111100101111001011101101010011111001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6553CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6553CB; }

 p { color: rgb(101,83,203); }

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

<style>
 a { background-color: #6553CB; }

 a { background-color: rgb(101,83,203); }

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

<style>
 span { border-color: #6553CB; }

 span { border-color: rgb(101,83,203); }

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