#6355C5

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

Shades of Slate Blue #6355C5

Tints of Slate Blue #6355C5

Color information

#6355C5 (or 0x6355C5) is unknown color: approx Slate Blue. HEX triplet: 63, 55 and C5. RGB value is (99,85,197). Sum of RGB (Red+Green+Blue) = 99+85+197=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 197 (77.34% from 255 or 51.71% from 381); Max value from RGB is 197 - color contains mainly: blue. Hex color #6355C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6355C5 is #9CAA3A. Grayscale: #656565. Windows color (decimal): -10267195 or 12932451. OLE color: 12932451.

HSL color Cylindrical-coordinate representation of color #6355C5: hue angle of 247.5º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6355C5 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9985197-
CMYK0.500.5700.23
HSL247.5º49.12%55.29%-
HSV(B)247.5º56.85%77.25%-
XYZ18.4713.1854.39-
YUV101.95181.64125.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.98%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 197 (77.34% from 255) = 51.71%
R=25.98%
G=22.31%
B=51.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal99851970.500.5700.23247.549.1255.29
Hex6355C53239017f83137
Octal14312530562710273706167
Binary110001110101011100010111001011100101011111111000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6355C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6355C5; }

 p { color: rgb(99,85,197); }

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

<style>
 a { background-color: #6355C5; }

 a { background-color: rgb(99,85,197); }

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

<style>
 span { border-color: #6355C5; }

 span { border-color: rgb(99,85,197); }

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