#63608A

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

Shades of Kimberly #63608A

Tints of Kimberly #63608A

Color information

#63608A (or 0x63608A) is unknown color: approx Kimberly. HEX triplet: 63, 60 and 8A. RGB value is (99,96,138). Sum of RGB (Red+Green+Blue) = 99+96+138=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #63608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63608A is #9C9F75. Grayscale: #656565. Windows color (decimal): -10264438 or 9068643. OLE color: 9068643.

HSL color Cylindrical-coordinate representation of color #63608A: hue angle of 244.29º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63608A is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9996138-
CMYK0.280.3000.46
HSL244.29º17.95%45.88%-
HSV(B)244.29º30.43%54.12%-
XYZ13.9212.8525.79-
YUV101.68148.49126.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.73%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 138 (54.30% from 255) = 41.44%
R=29.73%
G=28.83%
B=41.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal99961380.280.3000.46244.2917.9545.88
Hex63608A1C1E02Ef4122e
Octal14314021234360563642256
Binary1100011110000010001010111001111001011101111010010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,96,138); }

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

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

 a { background-color: rgb(99,96,138); }

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

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

 span { border-color: rgb(99,96,138); }

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