Html Css Color HEX #634861 Fedora

📋 copy color: '#634861'

red 99 ◦ green 72 ◦ blue 97

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

Shades of Fedora #634861

Tints of Fedora #634861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.19%

R = 36.94%
G = 26.87%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#634861 (or 0x634861) is known color: Fedora. HEX triplet: 63, 48 and 61. RGB value is (99,72,97). Sum of RGB (Red+Green+Blue) = 99+72+97=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 99 - color contains mainly: red. Hex color #634861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634861 is #9CB79E. Grayscale: #525252. Windows color (decimal): -10270623 or 6375523. OLE color: 6375523.

HSL color Cylindrical-coordinate representation of color #634861: hue angle of 304.44º 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 #634861 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 72 97 -
CMYK 0 0.27 0.02 0.61
HSL 304.44º 0.16% 0.34% -
HSV(B) 304.44º 0.27% 0.39% -
XYZ 9.62 8.15 12.38 -
YUV 82.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 99 72 97 0 0.27 0.02 0.61 304.44 0.16 0.34
Hex 63 48 61 0 1B 2 3D 130 10 22
Octal 143 110 141 0 33 2 75 460 20 42
Binary 1100011 1001000 1100001 0 11011 10 111101 100110000 10000 100010

Color Harmonies of #634861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634861

Black with #634861

Text Example


Text Example

White with #634861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634861; }

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

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

background-color css

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

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

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

border-color css

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

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

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