Html Css Color HEX #63526B Fedora

📋 copy color: '#63526B'

red 99 ◦ green 82 ◦ blue 107

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

Shades of Fedora #63526B

Tints of Fedora #63526B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.47%

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

R = 34.38%
G = 28.47%
B = 37.15%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#63526B (or 0x63526B) is known color: Fedora. HEX triplet: 63, 52 and 6B. RGB value is (99,82,107). Sum of RGB (Red+Green+Blue) = 99+82+107=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 107 - color contains mainly: blue. Hex color #63526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63526B is #9CAD94. Grayscale: #595959. Windows color (decimal): -10268053 or 7033443. OLE color: 7033443.

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

Color convert

RGB 99 82 107 -
CMYK 0.07 0.23 0 0.58
HSL 280.8º 0.13% 0.37% -
HSV(B) 280.8º 0.23% 0.42% -
XYZ 10.82 9.75 15.22 -
YUV 89.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 99 82 107 0.07 0.23 0 0.58 280.8 0.13 0.37
Hex 63 52 6B 7 17 0 3A 119 D 25
Octal 143 122 153 7 27 0 72 431 15 45
Binary 1100011 1010010 1101011 111 10111 0 111010 100011001 1101 100101

Color Harmonies of #63526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63526B

Black with #63526B

Text Example


Text Example

White with #63526B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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