Html Css Color HEX #63506E Fedora

📋 copy color: '#63506E'

red 99 ◦ green 80 ◦ blue 110

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

Shades of Fedora #63506E

Tints of Fedora #63506E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.06%

R = 34.26%
G = 27.68%
B = 38.06%

CMYK

 C value IS 0.1

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#63506E (or 0x63506E) is known color: Fedora. HEX triplet: 63, 50 and 6E. RGB value is (99,80,110). Sum of RGB (Red+Green+Blue) = 99+80+110=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 110 - color contains mainly: blue. Hex color #63506E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63506E is #9CAF91. Grayscale: #585858. Windows color (decimal): -10268562 or 7229539. OLE color: 7229539.

HSL color Cylindrical-coordinate representation of color #63506E: hue angle of 278º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #63506E is Cyan = 0.1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 99 80 110 -
CMYK 0.1 0.27 0 0.57
HSL 278º 0.16% 0.37% -
HSV(B) 278º 0.27% 0.43% -
XYZ 10.83 9.52 16.02 -
YUV 89.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 99 80 110 0.1 0.27 0 0.57 278 0.16 0.37
Hex 63 50 6E A 1B 0 39 116 10 25
Octal 143 120 156 12 33 0 71 426 20 45
Binary 1100011 1010000 1101110 1010 11011 0 111001 100010110 10000 100101

Color Harmonies of #63506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63506E

Black with #63506E

Text Example


Text Example

White with #63506E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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