#605166

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

Shades of Fedora #605166

Tints of Fedora #605166

Color information

#605166 (or 0x605166) is unknown color: approx Fedora. HEX triplet: 60, 51 and 66. RGB value is (96,81,102). Sum of RGB (Red+Green+Blue) = 96+81+102=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 102 - color contains mainly: blue. Hex color #605166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605166 is #9FAE99. Grayscale: #575757. Windows color (decimal): -10464922 or 6705504. OLE color: 6705504.

HSL color Cylindrical-coordinate representation of color #605166: 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.21%. Process color model (Four color, CMYK) of #605166 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9681102-
CMYK0.060.2100.6
HSL282.86º11.48%35.88%-
HSV(B)282.86º20.59%40%-
XYZ10.169.3313.84-
YUV87.88135.97133.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.41%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=34.41%
G=29.03%
B=36.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal96811020.060.2100.6282.8611.4835.88
Hex60516661503C11bb24
Octal1401211466250744331344
Binary1100000101000111001101101010101111001000110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605166; }

 p { color: rgb(96,81,102); }

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

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

 a { background-color: rgb(96,81,102); }

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

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

 span { border-color: rgb(96,81,102); }

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