#63589A

Color #63589A Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #63589A

Tints of Scampi #63589A

Color information

#63589A (or 0x63589A) is unknown color: approx Scampi. HEX triplet: 63, 58 and 9A. RGB value is (99,88,154). Sum of RGB (Red+Green+Blue) = 99+88+154=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #63589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63589A is #9CA765. Grayscale: #626262. Windows color (decimal): -10266470 or 10115171. OLE color: 10115171.

HSL color Cylindrical-coordinate representation of color #63589A: hue angle of 250º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63589A is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9988154-
CMYK0.360.4300.40
HSL250º27.27%47.45%-
HSV(B)250º42.86%60.39%-
XYZ14.4711.9732.12-
YUV98.81159.14128.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.03%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 154 (60.55% from 255) = 45.16%
R=29.03%
G=25.81%
B=45.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal99881540.360.4300.4025027.2747.45
Hex63589A242B028fa1b2f
Octal14313023244530503723357
Binary110001110110001001101010010010101101010001111101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63589A; }

 p { color: rgb(99,88,154); }

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

<style>
 a { background-color: #63589A; }

 a { background-color: rgb(99,88,154); }

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

<style>
 span { border-color: #63589A; }

 span { border-color: rgb(99,88,154); }

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