#625667

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

Shades of Fedora #625667

Tints of Fedora #625667

Color information

#625667 (or 0x625667) is unknown color: approx Fedora. HEX triplet: 62, 56 and 67. RGB value is (98,86,103). Sum of RGB (Red+Green+Blue) = 98+86+103=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 103 - color contains mainly: blue. Hex color #625667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625667 is #9DA998. Grayscale: #5B5B5B. Windows color (decimal): -10332569 or 6772322. OLE color: 6772322.

HSL color Cylindrical-coordinate representation of color #625667: hue angle of 282.35º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #625667 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9886103-
CMYK0.050.1700.60
HSL282.35º8.99%37.06%-
HSV(B)282.35º16.5%40.39%-
XYZ10.8110.2314.24-
YUV91.53134.48132.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.15%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 103 (40.62% from 255) = 35.89%
R=34.15%
G=29.97%
B=35.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98861030.050.1700.60282.358.9937.06
Hex62566751103C11a925
Octal1421261475210744321145
Binary1100010101011011001111011000101111001000110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625667; }

 p { color: rgb(98,86,103); }

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

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

 a { background-color: rgb(98,86,103); }

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

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

 span { border-color: rgb(98,86,103); }

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