#6555C0

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

Shades of Slate Blue #6555C0

Tints of Slate Blue #6555C0

Color information

#6555C0 (or 0x6555C0) is unknown color: approx Slate Blue. HEX triplet: 65, 55 and C0. RGB value is (101,85,192). Sum of RGB (Red+Green+Blue) = 101+85+192=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 192 (75.39% from 255 or 50.79% from 378); Max value from RGB is 192 - color contains mainly: blue. Hex color #6555C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6555C0 is #9AAA3F. Grayscale: #656565. Windows color (decimal): -10136128 or 12604773. OLE color: 12604773.

HSL color Cylindrical-coordinate representation of color #6555C0: hue angle of 248.97º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6555C0 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10185192-
CMYK0.470.5600.25
HSL248.97º45.92%54.31%-
HSV(B)248.97º55.73%75.29%-
XYZ18.1313.0751.44-
YUV101.98178.8127.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.72%
GREEN value IS 85 (33.59% from 255) = 22.49%
BLUE value IS 192 (75.39% from 255) = 50.79%
R=26.72%
G=22.49%
B=50.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101851920.470.5600.25248.9745.9254.31
Hex6555C02F38019f92e36
Octal14512530057700313715666
Binary110010110101011100000010111111100001100111111001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6555C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6555C0; }

 p { color: rgb(101,85,192); }

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

<style>
 a { background-color: #6555C0; }

 a { background-color: rgb(101,85,192); }

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

<style>
 span { border-color: #6555C0; }

 span { border-color: rgb(101,85,192); }

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