#624F69

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

Shades of Fedora #624F69

Tints of Fedora #624F69

Color information

#624F69 (or 0x624F69) is unknown color: approx Fedora. HEX triplet: 62, 4F and 69. RGB value is (98,79,105). Sum of RGB (Red+Green+Blue) = 98+79+105=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 105 - color contains mainly: blue. Hex color #624F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624F69 is #9DB096. Grayscale: #575757. Windows color (decimal): -10334359 or 6901602. OLE color: 6901602.

HSL color Cylindrical-coordinate representation of color #624F69: hue angle of 283.85º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #624F69 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9879105-
CMYK0.070.2500.59
HSL283.85º14.13%36.08%-
HSV(B)283.85º24.76%41.18%-
XYZ10.389.2114.59-
YUV87.64137.79135.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.75%
GREEN value IS 79 (31.25% from 255) = 28.01%
BLUE value IS 105 (41.41% from 255) = 37.23%
R=34.75%
G=28.01%
B=37.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98791050.070.2500.59283.8514.1336.08
Hex624F6971903B11ce24
Octal1421171517310734341644
Binary1100010100111111010011111100101110111000111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624F69; }

 p { color: rgb(98,79,105); }

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

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

 a { background-color: rgb(98,79,105); }

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

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

 span { border-color: rgb(98,79,105); }

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