Html Css Color HEX #63537B Kimberly

📋 copy color: '#63537B'

red 99 ◦ green 83 ◦ blue 123

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

Shades of Kimberly #63537B

Tints of Kimberly #63537B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.21%

 BLUE value IS 123 (48.44% from 255) = 40.33%

R = 32.46%
G = 27.21%
B = 40.33%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#63537B (or 0x63537B) is known color: Kimberly. HEX triplet: 63, 53 and 7B. RGB value is (99,83,123). Sum of RGB (Red+Green+Blue) = 99+83+123=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #63537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63537B is #9CAC84. Grayscale: #5C5C5C. Windows color (decimal): -10267781 or 8082275. OLE color: 8082275.

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

Color convert

RGB 99 83 123 -
CMYK 0.20 0.33 0 0.52
HSL 264º 0.19% 0.4% -
HSV(B) 264º 0.33% 0.48% -
XYZ 11.81 10.27 20.1 -
YUV 92.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 99 83 123 0.20 0.33 0 0.52 264 0.19 0.4
Hex 63 53 7B 14 21 0 34 108 13 28
Octal 143 123 173 24 41 0 64 410 23 50
Binary 1100011 1010011 1111011 10100 100001 0 110100 100001000 10011 101000

Color Harmonies of #63537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63537B

Black with #63537B

Text Example


Text Example

White with #63537B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63537B;
 }
 .AnyTagClassName
 {
   color: #63537B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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