#625066

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

Shades of Fedora #625066

Tints of Fedora #625066

Color information

#625066 (or 0x625066) is unknown color: approx Fedora. HEX triplet: 62, 50 and 66. RGB value is (98,80,102). Sum of RGB (Red+Green+Blue) = 98+80+102=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 102 - color contains mainly: blue. Hex color #625066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625066 is #9DAF99. Grayscale: #575757. Windows color (decimal): -10334106 or 6705250. OLE color: 6705250.

HSL color Cylindrical-coordinate representation of color #625066: hue angle of 289.09º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #625066 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9880102-
CMYK0.040.2200.6
HSL289.09º12.09%35.69%-
HSV(B)289.09º21.57%40%-
XYZ10.39.2913.82-
YUV87.89135.96135.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35%
GREEN value IS 80 (31.64% from 255) = 28.57%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=35%
G=28.57%
B=36.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal98801020.040.2200.6289.0912.0935.69
Hex62506641603C121c24
Octal1421201464260744411444
Binary1100010101000011001101001011001111001001000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625066; }

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

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

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

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

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

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

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

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