#625369

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

Shades of Fedora #625369

Tints of Fedora #625369

Color information

#625369 (or 0x625369) is unknown color: approx Fedora. HEX triplet: 62, 53 and 69. RGB value is (98,83,105). Sum of RGB (Red+Green+Blue) = 98+83+105=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 105 - color contains mainly: blue. Hex color #625369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625369 is #9DAC96. Grayscale: #595959. Windows color (decimal): -10333335 or 6902626. OLE color: 6902626.

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

Color convert

RGB9883105-
CMYK0.070.2100.59
HSL280.91º11.7%36.86%-
HSV(B)280.91º20.95%41.18%-
XYZ10.689.814.69-
YUV89.99136.47133.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.27%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 105 (41.41% from 255) = 36.71%
R=34.27%
G=29.02%
B=36.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98831050.070.2100.59280.9111.736.86
Hex62536971503B119c25
Octal1421231517250734311445
Binary1100010101001111010011111010101110111000110011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625369; }

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

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

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

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

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

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

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

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