Html Css Color HEX #634D6C Fedora

📋 copy color: '#634D6C'

red 99 ◦ green 77 ◦ blue 108

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

Shades of Fedora #634D6C

Tints of Fedora #634D6C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.11%

 BLUE value IS 108 (42.58% from 255) = 38.03%

R = 34.86%
G = 27.11%
B = 38.03%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#634D6C (or 0x634D6C) is known color: Fedora. HEX triplet: 63, 4D and 6C. RGB value is (99,77,108). Sum of RGB (Red+Green+Blue) = 99+77+108=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 108 - color contains mainly: blue. Hex color #634D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634D6C is #9CB293. Grayscale: #575757. Windows color (decimal): -10269332 or 7097699. OLE color: 7097699.

HSL color Cylindrical-coordinate representation of color #634D6C: hue angle of 282.58º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #634D6C is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 99 77 108 -
CMYK 0.08 0.29 0 0.58
HSL 282.58º 0.17% 0.36% -
HSV(B) 282.58º 0.29% 0.42% -
XYZ 10.51 9.04 15.38 -
YUV 87.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 99 77 108 0.08 0.29 0 0.58 282.58 0.17 0.36
Hex 63 4D 6C 8 1D 0 3A 11B 11 24
Octal 143 115 154 10 35 0 72 433 21 44
Binary 1100011 1001101 1101100 1000 11101 0 111010 100011011 10001 100100

Color Harmonies of #634D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634D6C

Black with #634D6C

Text Example


Text Example

White with #634D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634D6C; }

 p { color: rgb(99,77,108); }

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

background-color css

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

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

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

border-color css

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

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

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