#625069

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

Shades of Fedora #625069

Tints of Fedora #625069

Color information

#625069 (or 0x625069) is unknown color: approx Fedora. HEX triplet: 62, 50 and 69. RGB value is (98,80,105). Sum of RGB (Red+Green+Blue) = 98+80+105=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 105 - color contains mainly: blue. Hex color #625069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625069 is #9DAF96. Grayscale: #585858. Windows color (decimal): -10334103 or 6901858. OLE color: 6901858.

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

Color convert

RGB9880105-
CMYK0.070.2400.59
HSL283.2º13.51%36.27%-
HSV(B)283.2º23.81%41.18%-
XYZ10.469.3514.62-
YUV88.23137.46134.97-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.63%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 105 (41.41% from 255) = 37.10%
R=34.63%
G=28.27%
B=37.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98801050.070.2400.59283.213.5136.27
Hex62506971803B11be24
Octal1421201517300734331644
Binary1100010101000011010011111100001110111000110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625069; }

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

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

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

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

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

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

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

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