#6558DE

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

Shades of Slate Blue #6558DE

Tints of Slate Blue #6558DE

Color information

#6558DE (or 0x6558DE) is unknown color: approx Slate Blue. HEX triplet: 65, 58 and DE. RGB value is (101,88,222). Sum of RGB (Red+Green+Blue) = 101+88+222=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #6558DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6558DE is #9AA721. Grayscale: #6A6A6A. Windows color (decimal): -10135330 or 14571621. OLE color: 14571621.

HSL color Cylindrical-coordinate representation of color #6558DE: hue angle of 245.82º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6558DE is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10188222-
CMYK0.550.6000.13
HSL245.82º67%60.78%-
HSV(B)245.82º60.36%87.06%-
XYZ22.0415.0270.84-
YUV107.16192.81123.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.57%
GREEN value IS 88 (34.77% from 255) = 21.41%
BLUE value IS 222 (87.11% from 255) = 54.01%
R=24.57%
G=21.41%
B=54.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal101882220.550.6000.13245.826760.78
Hex6558DE373C0Df6433d
Octal145130336677401536610375
Binary110010110110001101111011011111110001101111101101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6558DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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