#625166

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

Shades of Fedora #625166

Tints of Fedora #625166

Color information

#625166 (or 0x625166) is unknown color: approx Fedora. HEX triplet: 62, 51 and 66. RGB value is (98,81,102). Sum of RGB (Red+Green+Blue) = 98+81+102=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 102 - color contains mainly: blue. Hex color #625166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625166 is #9DAE99. Grayscale: #585858. Windows color (decimal): -10333850 or 6705506. OLE color: 6705506.

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

Color convert

RGB9881102-
CMYK0.040.2100.6
HSL288.57º11.48%35.88%-
HSV(B)288.57º20.59%40%-
XYZ10.389.4413.85-
YUV88.48135.63134.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.88%
GREEN value IS 81 (32.03% from 255) = 28.83%
BLUE value IS 102 (40.23% from 255) = 36.30%
R=34.88%
G=28.83%
B=36.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal98811020.040.2100.6288.5711.4835.88
Hex62516641503C121b24
Octal1421211464250744411344
Binary1100010101000111001101001010101111001001000011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625166; }

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

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

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

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

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

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

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

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