#615267

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

Shades of Fedora #615267

Tints of Fedora #615267

Color information

#615267 (or 0x615267) is unknown color: approx Fedora. HEX triplet: 61, 52 and 67. RGB value is (97,82,103). Sum of RGB (Red+Green+Blue) = 97+82+103=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 103 - color contains mainly: blue. Hex color #615267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615267 is #9EAD98. Grayscale: #585858. Windows color (decimal): -10399129 or 6771297. OLE color: 6771297.

HSL color Cylindrical-coordinate representation of color #615267: hue angle of 282.86º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #615267 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9782103-
CMYK0.060.2000.60
HSL282.86º11.35%36.27%-
HSV(B)282.86º20.39%40.39%-
XYZ10.49.5614.13-
YUV88.88135.97133.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.40%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 103 (40.62% from 255) = 36.52%
R=34.40%
G=29.08%
B=36.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97821030.060.2000.60282.8611.3536.27
Hex61526761403C11bb24
Octal1411221476240744331344
Binary1100001101001011001111101010001111001000110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615267; }

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

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

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

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

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

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

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

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