Html Css Color HEX #634962 Fedora

📋 copy color: '#634962'

red 99 ◦ green 73 ◦ blue 98

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

Shades of Fedora #634962

Tints of Fedora #634962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.3%

R = 36.67%
G = 27.04%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#634962 (or 0x634962) is known color: Fedora. HEX triplet: 63, 49 and 62. RGB value is (99,73,98). Sum of RGB (Red+Green+Blue) = 99+73+98=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 99 - color contains mainly: red. Hex color #634962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634962 is #9CB69D. Grayscale: #535353. Windows color (decimal): -10270366 or 6441315. OLE color: 6441315.

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

Color convert

RGB 99 73 98 -
CMYK 0 0.26 0.01 0.61
HSL 302.31º 0.15% 0.34% -
HSV(B) 302.31º 0.26% 0.39% -
XYZ 9.73 8.3 12.64 -
YUV 83.62 136.11 138.97 -
System Red Green Blue C M Y K H S L
Decimal 99 73 98 0 0.26 0.01 0.61 302.31 0.15 0.34
Hex 63 49 62 0 1A 1 3D 12E F 22
Octal 143 111 142 0 32 1 75 456 17 42
Binary 1100011 1001001 1100010 0 11010 1 111101 100101110 1111 100010

Color Harmonies of #634962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634962

Black with #634962

Text Example


Text Example

White with #634962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634962; }

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

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

background-color css

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

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

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

border-color css

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

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

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