#615866

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

Shades of Fedora #615866

Tints of Fedora #615866

Color information

#615866 (or 0x615866) is unknown color: approx Fedora. HEX triplet: 61, 58 and 66. RGB value is (97,88,102). Sum of RGB (Red+Green+Blue) = 97+88+102=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 102 - color contains mainly: blue. Hex color #615866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615866 is #9EA799. Grayscale: #5C5C5C. Windows color (decimal): -10397594 or 6707297. OLE color: 6707297.

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

Color convert

RGB9788102-
CMYK0.050.1400.6
HSL278.57º7.37%37.25%-
HSV(B)278.57º13.73%40%-
XYZ10.8210.4814.02-
YUV92.29133.48131.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.80%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=33.80%
G=30.66%
B=35.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal97881020.050.1400.6278.577.3737.25
Hex6158665E03C117725
Octal141130146516074427745
Binary11000011011000110011010111100111100100010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615866; }

 p { color: rgb(97,88,102); }

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

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

 a { background-color: rgb(97,88,102); }

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

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

 span { border-color: rgb(97,88,102); }

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