Html Css Color HEX #63546B Fedora

📋 copy color: '#63546B'

red 99 ◦ green 84 ◦ blue 107

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

Shades of Fedora #63546B

Tints of Fedora #63546B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.9%

R = 34.14%
G = 28.97%
B = 36.9%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#63546B (or 0x63546B) is known color: Fedora. HEX triplet: 63, 54 and 6B. RGB value is (99,84,107). Sum of RGB (Red+Green+Blue) = 99+84+107=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 107 - color contains mainly: blue. Hex color #63546B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63546B is #9CAB94. Grayscale: #5B5B5B. Windows color (decimal): -10267541 or 7033955. OLE color: 7033955.

HSL color Cylindrical-coordinate representation of color #63546B: hue angle of 279.13º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #63546B is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 99 84 107 -
CMYK 0.07 0.21 0 0.58
HSL 279.13º 0.12% 0.37% -
HSV(B) 279.13º 0.21% 0.42% -
XYZ 10.97 10.05 15.27 -
YUV 91.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 99 84 107 0.07 0.21 0 0.58 279.13 0.12 0.37
Hex 63 54 6B 7 15 0 3A 117 C 25
Octal 143 124 153 7 25 0 72 427 14 45
Binary 1100011 1010100 1101011 111 10101 0 111010 100010111 1100 100101

Color Harmonies of #63546B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63546B

Black with #63546B

Text Example


Text Example

White with #63546B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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