Html Css Color HEX #63547C Kimberly

📋 copy color: '#63547C'

red 99 ◦ green 84 ◦ blue 124

#63547C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kimberly #63547C

Tints of Kimberly #63547C

RGB

 RED value IS 99 (39.06% from 255) = 32.25%

 GREEN value IS 84 (33.2% from 255) = 27.36%

 BLUE value IS 124 (48.83% from 255) = 40.39%

R = 32.25%
G = 27.36%
B = 40.39%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63547C (or 0x63547C) is known color: Kimberly. HEX triplet: 63, 54 and 7C. RGB value is (99,84,124). Sum of RGB (Red+Green+Blue) = 99+84+124=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #63547C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63547C is #9CAB83. Grayscale: #5C5C5C. Windows color (decimal): -10267524 or 8148067. OLE color: 8148067.

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

Color convert

RGB 99 84 124 -
CMYK 0.20 0.32 0 0.51
HSL 262.5º 0.19% 0.41% -
HSV(B) 262.5º 0.32% 0.49% -
XYZ 11.95 10.45 20.46 -
YUV 93.05 145.47 132.25 -
System Red Green Blue C M Y K H S L
Decimal 99 84 124 0.20 0.32 0 0.51 262.5 0.19 0.41
Hex 63 54 7C 14 20 0 33 106 13 29
Octal 143 124 174 24 40 0 63 406 23 51
Binary 1100011 1010100 1111100 10100 100000 0 110011 100000110 10011 101001

Color Harmonies of #63547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63547C

Black with #63547C

Text Example


Text Example

White with #63547C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63547C;
 }
 .AnyTagClassName
 {
   color: #63547C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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