Html Css Color HEX #63556A Fedora

📋 copy color: '#63556A'

red 99 ◦ green 85 ◦ blue 106

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

Shades of Fedora #63556A

Tints of Fedora #63556A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

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

R = 34.14%
G = 29.31%
B = 36.55%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#63556A (or 0x63556A) is known color: Fedora. HEX triplet: 63, 55 and 6A. RGB value is (99,85,106). Sum of RGB (Red+Green+Blue) = 99+85+106=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 106 - color contains mainly: blue. Hex color #63556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63556A is #9CAA95. Grayscale: #5B5B5B. Windows color (decimal): -10267286 or 6968675. OLE color: 6968675.

HSL color Cylindrical-coordinate representation of color #63556A: hue angle of 280º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63556A is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 99 85 106 -
CMYK 0.07 0.20 0 0.58
HSL 280º 0.11% 0.37% -
HSV(B) 280º 0.2% 0.42% -
XYZ 11 10.19 15.02 -
YUV 91.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 99 85 106 0.07 0.20 0 0.58 280 0.11 0.37
Hex 63 55 6A 7 14 0 3A 118 B 25
Octal 143 125 152 7 24 0 72 430 13 45
Binary 1100011 1010101 1101010 111 10100 0 111010 100011000 1011 100101

Color Harmonies of #63556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63556A

Black with #63556A

Text Example


Text Example

White with #63556A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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