#63628E

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

Shades of Kimberly #63628E

Tints of Kimberly #63628E

Color information

#63628E (or 0x63628E) is unknown color: approx Kimberly. HEX triplet: 63, 62 and 8E. RGB value is (99,98,142). Sum of RGB (Red+Green+Blue) = 99+98+142=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #63628E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63628E is #9C9D71. Grayscale: #676767. Windows color (decimal): -10263922 or 9331299. OLE color: 9331299.

HSL color Cylindrical-coordinate representation of color #63628E: hue angle of 241.36º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63628E is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9998142-
CMYK0.300.3100.44
HSL241.36º18.33%47.06%-
HSV(B)241.36º30.99%55.69%-
XYZ14.413.3427.41-
YUV103.32149.83124.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.20%
GREEN value IS 98 (38.67% from 255) = 28.91%
BLUE value IS 142 (55.86% from 255) = 41.89%
R=29.20%
G=28.91%
B=41.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99981420.300.3100.44241.3618.3347.06
Hex63628E1E1F02Cf1122f
Octal14314221636370543612257
Binary1100011110001010001110111101111101011001111000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63628E; }

 p { color: rgb(99,98,142); }

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

<style>
 a { background-color: #63628E; }

 a { background-color: rgb(99,98,142); }

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

<style>
 span { border-color: #63628E; }

 span { border-color: rgb(99,98,142); }

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