#615467

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

Shades of Fedora #615467

Tints of Fedora #615467

Color information

#615467 (or 0x615467) is unknown color: approx Fedora. HEX triplet: 61, 54 and 67. RGB value is (97,84,103). Sum of RGB (Red+Green+Blue) = 97+84+103=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 103 - color contains mainly: blue. Hex color #615467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615467 is #9EAB98. Grayscale: #595959. Windows color (decimal): -10398617 or 6771809. OLE color: 6771809.

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

Color convert

RGB9784103-
CMYK0.060.1800.60
HSL281.05º10.16%36.67%-
HSV(B)281.05º18.45%40.39%-
XYZ10.559.8614.18-
YUV90.05135.31132.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.15%
GREEN value IS 84 (33.20% from 255) = 29.58%
BLUE value IS 103 (40.62% from 255) = 36.27%
R=34.15%
G=29.58%
B=36.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97841030.060.1800.60281.0510.1636.67
Hex61546761203C119a25
Octal1411241476220744311245
Binary1100001101010011001111101001001111001000110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615467; }

 p { color: rgb(97,84,103); }

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

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

 a { background-color: rgb(97,84,103); }

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

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

 span { border-color: rgb(97,84,103); }

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