#6551D0

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

Shades of Slate Blue #6551D0

Tints of Slate Blue #6551D0

Color information

#6551D0 (or 0x6551D0) is unknown color: approx Slate Blue. HEX triplet: 65, 51 and D0. RGB value is (101,81,208). Sum of RGB (Red+Green+Blue) = 101+81+208=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 208 (81.64% from 255 or 53.33% from 390); Max value from RGB is 208 - color contains mainly: blue. Hex color #6551D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6551D0 is #9AAE2F. Grayscale: #646464. Windows color (decimal): -10137136 or 13652325. OLE color: 13652325.

HSL color Cylindrical-coordinate representation of color #6551D0: hue angle of 249.45º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6551D0 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10181208-
CMYK0.510.6100.18
HSL249.45º57.47%56.67%-
HSV(B)249.45º61.06%81.57%-
XYZ19.6913.2161.19-
YUV101.46188.13127.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.90%
GREEN value IS 81 (32.03% from 255) = 20.77%
BLUE value IS 208 (81.64% from 255) = 53.33%
R=25.90%
G=20.77%
B=53.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal101812080.510.6100.18249.4557.4756.67
Hex6551D0333D012f93939
Octal14512132063750223717171
Binary110010110100011101000011001111110101001011111001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6551D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6551D0; }

 p { color: rgb(101,81,208); }

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

<style>
 a { background-color: #6551D0; }

 a { background-color: rgb(101,81,208); }

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

<style>
 span { border-color: #6551D0; }

 span { border-color: rgb(101,81,208); }

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