#63547B

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

Shades of Kimberly #63547B

Tints of Kimberly #63547B

Color information

#63547B (or 0x63547B) is unknown color: approx Kimberly. HEX triplet: 63, 54 and 7B. RGB value is (99,84,123). Sum of RGB (Red+Green+Blue) = 99+84+123=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #63547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63547B is #9CAB84. Grayscale: #5C5C5C. Windows color (decimal): -10267525 or 8082531. OLE color: 8082531.

HSL color Cylindrical-coordinate representation of color #63547B: hue angle of 263.08º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #63547B is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9984123-
CMYK0.200.3200.52
HSL263.08º18.84%40.59%-
HSV(B)263.08º31.71%48.24%-
XYZ11.8910.4220.12-
YUV92.93144.97132.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.35%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 123 (48.44% from 255) = 40.20%
R=32.35%
G=27.45%
B=40.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal99841230.200.3200.52263.0818.8440.59
Hex63547B14200341071329
Octal14312417324400644072351
Binary11000111010100111101110100100000011010010000011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63547B; }

 p { color: rgb(99,84,123); }

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

<style>
 a { background-color: #63547B; }

 a { background-color: rgb(99,84,123); }

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

<style>
 span { border-color: #63547B; }

 span { border-color: rgb(99,84,123); }

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