#6558D1

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

Shades of Slate Blue #6558D1

Tints of Slate Blue #6558D1

Color information

#6558D1 (or 0x6558D1) is unknown color: approx Slate Blue. HEX triplet: 65, 58 and D1. RGB value is (101,88,209). Sum of RGB (Red+Green+Blue) = 101+88+209=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 209 (82.03% from 255 or 52.51% from 398); Max value from RGB is 209 - color contains mainly: blue. Hex color #6558D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6558D1 is #9AA72E. Grayscale: #696969. Windows color (decimal): -10135343 or 13719653. OLE color: 13719653.

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

Color convert

RGB10188209-
CMYK0.520.5800.18
HSL246.45º56.81%58.24%-
HSV(B)246.45º57.89%81.96%-
XYZ20.3714.3562.02-
YUV105.68186.31124.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.38%
GREEN value IS 88 (34.77% from 255) = 22.11%
BLUE value IS 209 (82.03% from 255) = 52.51%
R=25.38%
G=22.11%
B=52.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal101882090.520.5800.18246.4556.8158.24
Hex6558D1343A012f6393a
Octal14513032164720223667172
Binary110010110110001101000111010011101001001011110110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6558D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6558D1; }

 p { color: rgb(101,88,209); }

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

<style>
 a { background-color: #6558D1; }

 a { background-color: rgb(101,88,209); }

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

<style>
 span { border-color: #6558D1; }

 span { border-color: rgb(101,88,209); }

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