#624769

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

Shades of Fedora #624769

Tints of Fedora #624769

Color information

#624769 (or 0x624769) is unknown color: approx Fedora. HEX triplet: 62, 47 and 69. RGB value is (98,71,105). Sum of RGB (Red+Green+Blue) = 98+71+105=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 105 - color contains mainly: blue. Hex color #624769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624769 is #9DB896. Grayscale: #525252. Windows color (decimal): -10336407 or 6899554. OLE color: 6899554.

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

Color convert

RGB9871105-
CMYK0.070.3200.59
HSL287.65º19.32%34.51%-
HSV(B)287.65º32.38%41.18%-
XYZ9.848.1214.41-
YUV82.95140.45138.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.77%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 105 (41.41% from 255) = 38.32%
R=35.77%
G=25.91%
B=38.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98711050.070.3200.59287.6519.3234.51
Hex62476972003B1201323
Octal1421071517400734402343
Binary110001010001111101001111100000011101110010000010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624769; }

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

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

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

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

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

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

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

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