Html Css Color HEX #63516C Fedora

📋 copy color: '#63516C'

red 99 ◦ green 81 ◦ blue 108

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

Shades of Fedora #63516C

Tints of Fedora #63516C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.13%

 BLUE value IS 108 (42.58% from 255) = 37.5%

R = 34.38%
G = 28.13%
B = 37.5%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#63516C (or 0x63516C) is known color: Fedora. HEX triplet: 63, 51 and 6C. RGB value is (99,81,108). Sum of RGB (Red+Green+Blue) = 99+81+108=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 108 - color contains mainly: blue. Hex color #63516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63516C is #9CAE93. Grayscale: #595959. Windows color (decimal): -10268308 or 7098723. OLE color: 7098723.

HSL color Cylindrical-coordinate representation of color #63516C: hue angle of 280º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #63516C is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 99 81 108 -
CMYK 0.08 0.25 0 0.58
HSL 280º 0.14% 0.37% -
HSV(B) 280º 0.25% 0.42% -
XYZ 10.79 9.62 15.48 -
YUV 89.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 99 81 108 0.08 0.25 0 0.58 280 0.14 0.37
Hex 63 51 6C 8 19 0 3A 118 E 25
Octal 143 121 154 10 31 0 72 430 16 45
Binary 1100011 1010001 1101100 1000 11001 0 111010 100011000 1110 100101

Color Harmonies of #63516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63516C

Black with #63516C

Text Example


Text Example

White with #63516C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,81,108); }

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

background-color css

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

 a { background-color: rgb(99,81,108); }

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

border-color css

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

 span { border-color: rgb(99,81,108); }

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