#63608D

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

Shades of Kimberly #63608D

Tints of Kimberly #63608D

Color information

#63608D (or 0x63608D) is unknown color: approx Kimberly. HEX triplet: 63, 60 and 8D. RGB value is (99,96,141). Sum of RGB (Red+Green+Blue) = 99+96+141=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #63608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63608D is #9C9F72. Grayscale: #656565. Windows color (decimal): -10264435 or 9265251. OLE color: 9265251.

HSL color Cylindrical-coordinate representation of color #63608D: hue angle of 244º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #63608D is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9996141-
CMYK0.300.3200.45
HSL244º18.99%46.47%-
HSV(B)244º31.91%55.29%-
XYZ14.1412.9426.95-
YUV102.03149.99125.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.46%
GREEN value IS 96 (37.89% from 255) = 28.57%
BLUE value IS 141 (55.47% from 255) = 41.96%
R=29.46%
G=28.57%
B=41.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99961410.300.3200.4524418.9946.47
Hex63608D1E2002Df4132e
Octal14314021536400553642356
Binary11000111100000100011011111010000001011011111010010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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