Html Css Color HEX #634964 Fedora

📋 copy color: '#634964'

red 99 ◦ green 73 ◦ blue 100

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

Shades of Fedora #634964

Tints of Fedora #634964

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.84%

 BLUE value IS 100 (39.45% from 255) = 36.76%

R = 36.4%
G = 26.84%
B = 36.76%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#634964 (or 0x634964) is known color: Fedora. HEX triplet: 63, 49 and 64. RGB value is (99,73,100). Sum of RGB (Red+Green+Blue) = 99+73+100=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 100 - color contains mainly: blue. Hex color #634964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634964 is #9CB69B. Grayscale: #535353. Windows color (decimal): -10270364 or 6572387. OLE color: 6572387.

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

Color convert

RGB 99 73 100 -
CMYK 0.01 0.27 0 0.61
HSL 297.78º 0.16% 0.34% -
HSV(B) 297.78º 0.27% 0.39% -
XYZ 9.83 8.34 13.15 -
YUV 83.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 99 73 100 0.01 0.27 0 0.61 297.78 0.16 0.34
Hex 63 49 64 1 1B 0 3D 12A 10 22
Octal 143 111 144 1 33 0 75 452 20 42
Binary 1100011 1001001 1100100 1 11011 0 111101 100101010 10000 100010

Color Harmonies of #634964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634964

Black with #634964

Text Example


Text Example

White with #634964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634964; }

 p { color: rgb(99,73,100); }

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

background-color css

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

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

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

border-color css

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

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

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