#63618A

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

Shades of Kimberly #63618A

Tints of Kimberly #63618A

Color information

#63618A (or 0x63618A) is unknown color: approx Kimberly. HEX triplet: 63, 61 and 8A. RGB value is (99,97,138). Sum of RGB (Red+Green+Blue) = 99+97+138=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 138 - color contains mainly: blue. Hex color #63618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63618A is #9C9E75. Grayscale: #666666. Windows color (decimal): -10264182 or 9068899. OLE color: 9068899.

HSL color Cylindrical-coordinate representation of color #63618A: hue angle of 242.93º degrees, saturation: 0.17, 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 #63618A is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9997138-
CMYK0.280.3000.46
HSL242.93º17.45%46.08%-
HSV(B)242.93º29.71%54.12%-
XYZ14.0113.0425.82-
YUV102.27148.16125.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.64%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 138 (54.30% from 255) = 41.32%
R=29.64%
G=29.04%
B=41.32%

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
Decimal99971380.280.3000.46242.9317.4546.08
Hex63618A1C1E02Ef3112e
Octal14314121234360563632156
Binary1100011110000110001010111001111001011101111001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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