#615268

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

Shades of Fedora #615268

Tints of Fedora #615268

Color information

#615268 (or 0x615268) is unknown color: approx Fedora. HEX triplet: 61, 52 and 68. RGB value is (97,82,104). Sum of RGB (Red+Green+Blue) = 97+82+104=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 104 - color contains mainly: blue. Hex color #615268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615268 is #9EAD97. Grayscale: #585858. Windows color (decimal): -10399128 or 6836833. OLE color: 6836833.

HSL color Cylindrical-coordinate representation of color #615268: hue angle of 280.91º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #615268 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9782104-
CMYK0.070.2100.59
HSL280.91º11.83%36.47%-
HSV(B)280.91º21.15%40.78%-
XYZ10.459.5814.39-
YUV88.99136.47133.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.28%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 104 (41.02% from 255) = 36.75%
R=34.28%
G=28.98%
B=36.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97821040.070.2100.59280.9111.8336.47
Hex61526871503B119c24
Octal1411221507250734311444
Binary1100001101001011010001111010101110111000110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615268; }

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

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

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

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

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

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

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

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