#634869

Color #634869 Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #634869

Tints of Fedora #634869

Color information

#634869 (or 0x634869) is unknown color: approx Fedora. HEX triplet: 63, 48 and 69. RGB value is (99,72,105). Sum of RGB (Red+Green+Blue) = 99+72+105=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 105 - color contains mainly: blue. Hex color #634869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634869 is #9CB796. Grayscale: #535353. Windows color (decimal): -10270615 or 6899811. OLE color: 6899811.

HSL color Cylindrical-coordinate representation of color #634869: hue angle of 289.09º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #634869 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9972105-
CMYK0.060.3100.59
HSL289.09º18.64%34.71%-
HSV(B)289.09º31.43%41.18%-
XYZ10.018.3114.44-
YUV83.84139.95138.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.87%
GREEN value IS 72 (28.52% from 255) = 26.09%
BLUE value IS 105 (41.41% from 255) = 38.04%
R=35.87%
G=26.09%
B=38.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99721050.060.3100.59289.0918.6434.71
Hex63486961F03B1211323
Octal1431101516370734412343
Binary11000111001000110100111011111011101110010000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634869; }

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

 H1.HeaderClassName
 {
   color: #634869;
 }
 .AnyTagClassName
 {
   color: #634869;
 }
</style>
background-color css

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

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

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

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

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

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