Html Css Color HEX #63556B Fedora

📋 copy color: '#63556B'

red 99 ◦ green 85 ◦ blue 107

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

Shades of Fedora #63556B

Tints of Fedora #63556B

RGB

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

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

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

R = 34.02%
G = 29.21%
B = 36.77%

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

#63556B (or 0x63556B) is known color: Fedora. HEX triplet: 63, 55 and 6B. RGB value is (99,85,107). Sum of RGB (Red+Green+Blue) = 99+85+107=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 107 - color contains mainly: blue. Hex color #63556B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63556B is #9CAA94. Grayscale: #5B5B5B. Windows color (decimal): -10267285 or 7034211. OLE color: 7034211.

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

Color convert

RGB 99 85 107 -
CMYK 0.07 0.21 0 0.58
HSL 278.18º 0.11% 0.38% -
HSV(B) 278.18º 0.21% 0.42% -
XYZ 11.05 10.21 15.3 -
YUV 91.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 99 85 107 0.07 0.21 0 0.58 278.18 0.11 0.38
Hex 63 55 6B 7 15 0 3A 116 B 26
Octal 143 125 153 7 25 0 72 426 13 46
Binary 1100011 1010101 1101011 111 10101 0 111010 100010110 1011 100110

Color Harmonies of #63556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63556B

Black with #63556B

Text Example


Text Example

White with #63556B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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