Html Css Color HEX #634863 Fedora

📋 copy color: '#634863'

red 99 ◦ green 72 ◦ blue 99

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

Shades of Fedora #634863

Tints of Fedora #634863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.67%

 BLUE value IS 99 (39.06% from 255) = 36.67%

R = 36.67%
G = 26.67%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#634863 (or 0x634863) is known color: Fedora. HEX triplet: 63, 48 and 63. RGB value is (99,72,99). Sum of RGB (Red+Green+Blue) = 99+72+99=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #634863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634863 is #9CB79C. Grayscale: #535353. Windows color (decimal): -10270621 or 6506595. OLE color: 6506595.

HSL color Cylindrical-coordinate representation of color #634863: hue angle of 300º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #634863 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 72 99 -
CMYK 0 0.27 0 0.61
HSL 300º 0.16% 0.34% -
HSV(B) 300º 0.27% 0.39% -
XYZ 9.72 8.19 12.87 -
YUV 83.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 99 72 99 0 0.27 0 0.61 300 0.16 0.34
Hex 63 48 63 0 1B 0 3D 12C 10 22
Octal 143 110 143 0 33 0 75 454 20 42
Binary 1100011 1001000 1100011 0 11011 0 111101 100101100 10000 100010

Color Harmonies of #634863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634863

Black with #634863

Text Example


Text Example

White with #634863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634863; }

 p { color: rgb(99,72,99); }

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

background-color css

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

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

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

border-color css

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

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

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