Html Css Color HEX #63506A Fedora

📋 copy color: '#63506A'

red 99 ◦ green 80 ◦ blue 106

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

Shades of Fedora #63506A

Tints of Fedora #63506A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.07%

 BLUE value IS 106 (41.8% from 255) = 37.19%

R = 34.74%
G = 28.07%
B = 37.19%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#63506A (or 0x63506A) is known color: Fedora. HEX triplet: 63, 50 and 6A. RGB value is (99,80,106). Sum of RGB (Red+Green+Blue) = 99+80+106=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 106 - color contains mainly: blue. Hex color #63506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63506A is #9CAF95. Grayscale: #585858. Windows color (decimal): -10268566 or 6967395. OLE color: 6967395.

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

Color convert

RGB 99 80 106 -
CMYK 0.07 0.25 0 0.58
HSL 283.85º 0.14% 0.36% -
HSV(B) 283.85º 0.25% 0.42% -
XYZ 10.62 9.43 14.9 -
YUV 88.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 99 80 106 0.07 0.25 0 0.58 283.85 0.14 0.36
Hex 63 50 6A 7 19 0 3A 11C E 24
Octal 143 120 152 7 31 0 72 434 16 44
Binary 1100011 1010000 1101010 111 11001 0 111010 100011100 1110 100100

Color Harmonies of #63506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63506A

Black with #63506A

Text Example


Text Example

White with #63506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63506A; }

 p { color: rgb(99,80,106); }

 H1.HeaderClassName
 {
   color: #63506A;
 }
 .AnyTagClassName
 {
   color: #63506A;
 }
</style>

background-color css

<style>
 a { background-color: #63506A; }

 a { background-color: rgb(99,80,106); }

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

border-color css

<style>
 span { border-color: #63506A; }

 span { border-color: rgb(99,80,106); }

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