#625B66

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

Shades of Fedora #625B66

Tints of Fedora #625B66

Color information

#625B66 (or 0x625B66) is unknown color: approx Fedora. HEX triplet: 62, 5B and 66. RGB value is (98,91,102). Sum of RGB (Red+Green+Blue) = 98+91+102=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 102 - color contains mainly: blue. Hex color #625B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625B66 is #9DA499. Grayscale: #5E5E5E. Windows color (decimal): -10331290 or 6708066. OLE color: 6708066.

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

Color convert

RGB9891102-
CMYK0.040.1100.6
HSL278.18º5.7%37.84%-
HSV(B)278.18º10.78%40%-
XYZ11.1811.0414.11-
YUV94.35132.32130.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.68%
GREEN value IS 91 (35.94% from 255) = 31.27%
BLUE value IS 102 (40.23% from 255) = 35.05%
R=33.68%
G=31.27%
B=35.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal98911020.040.1100.6278.185.737.84
Hex625B664B03C116626
Octal142133146413074426646
Binary11000101011011110011010010110111100100010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625B66; }

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

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

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

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

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

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

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

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