#625867

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

Shades of Fedora #625867

Tints of Fedora #625867

Color information

#625867 (or 0x625867) is unknown color: approx Fedora. HEX triplet: 62, 58 and 67. RGB value is (98,88,103). Sum of RGB (Red+Green+Blue) = 98+88+103=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 103 - color contains mainly: blue. Hex color #625867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625867 is #9DA798. Grayscale: #5C5C5C. Windows color (decimal): -10332057 or 6772834. OLE color: 6772834.

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

Color convert

RGB9888103-
CMYK0.050.1500.60
HSL280º7.85%37.45%-
HSV(B)280º14.56%40.39%-
XYZ10.9710.5614.29-
YUV92.7133.81131.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.91%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 103 (40.62% from 255) = 35.64%
R=33.91%
G=30.45%
B=35.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98881030.050.1500.602807.8537.45
Hex6258675F03C118825
Octal1421301475170744301045
Binary110001010110001100111101111101111001000110001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625867; }

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

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

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

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

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

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

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

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