Html Css Color HEX #634966 Fedora

📋 copy color: '#634966'

red 99 ◦ green 73 ◦ blue 102

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

Shades of Fedora #634966

Tints of Fedora #634966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.23%

R = 36.13%
G = 26.64%
B = 37.23%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#634966 (or 0x634966) is known color: Fedora. HEX triplet: 63, 49 and 66. RGB value is (99,73,102). Sum of RGB (Red+Green+Blue) = 99+73+102=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 102 - color contains mainly: blue. Hex color #634966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634966 is #9CB699. Grayscale: #535353. Windows color (decimal): -10270362 or 6703459. OLE color: 6703459.

HSL color Cylindrical-coordinate representation of color #634966: hue angle of 293.79º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #634966 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 99 73 102 -
CMYK 0.03 0.28 0 0.6
HSL 293.79º 0.17% 0.34% -
HSV(B) 293.79º 0.28% 0.4% -
XYZ 9.93 8.38 13.66 -
YUV 84.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 99 73 102 0.03 0.28 0 0.6 293.79 0.17 0.34
Hex 63 49 66 3 1C 0 3C 126 11 22
Octal 143 111 146 3 34 0 74 446 21 42
Binary 1100011 1001001 1100110 11 11100 0 111100 100100110 10001 100010

Color Harmonies of #634966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634966

Black with #634966

Text Example


Text Example

White with #634966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634966; }

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

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

background-color css

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

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

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

border-color css

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

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

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