#63567B

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

Shades of Kimberly #63567B

Tints of Kimberly #63567B

Color information

#63567B (or 0x63567B) is unknown color: approx Kimberly. HEX triplet: 63, 56 and 7B. RGB value is (99,86,123). Sum of RGB (Red+Green+Blue) = 99+86+123=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #63567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63567B is #9CA984. Grayscale: #5D5D5D. Windows color (decimal): -10267013 or 8083043. OLE color: 8083043.

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

Color convert

RGB9986123-
CMYK0.200.3000.52
HSL261.08º17.7%40.98%-
HSV(B)261.08º30.08%48.24%-
XYZ12.0510.7420.18-
YUV94.1144.31131.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.14%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 123 (48.44% from 255) = 39.94%
R=32.14%
G=27.92%
B=39.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal99861230.200.3000.52261.0817.740.98
Hex63567B141E0341051229
Octal14312617324360644052251
Binary1100011101011011110111010011110011010010000010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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