#625269

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

Shades of Fedora #625269

Tints of Fedora #625269

Color information

#625269 (or 0x625269) is unknown color: approx Fedora. HEX triplet: 62, 52 and 69. RGB value is (98,82,105). Sum of RGB (Red+Green+Blue) = 98+82+105=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 105 - color contains mainly: blue. Hex color #625269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625269 is #9DAD96. Grayscale: #595959. Windows color (decimal): -10333591 or 6902370. OLE color: 6902370.

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

Color convert

RGB9882105-
CMYK0.070.2200.59
HSL281.74º12.3%36.67%-
HSV(B)281.74º21.9%41.18%-
XYZ10.69.6514.67-
YUV89.41136.8134.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.39%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 105 (41.41% from 255) = 36.84%
R=34.39%
G=28.77%
B=36.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98821050.070.2200.59281.7412.336.67
Hex62526971603B11ac25
Octal1421221517260734321445
Binary1100010101001011010011111011001110111000110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625269; }

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

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

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

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

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

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

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

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