#605066

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

Shades of Fedora #605066

Tints of Fedora #605066

Color information

#605066 (or 0x605066) is unknown color: approx Fedora. HEX triplet: 60, 50 and 66. RGB value is (96,80,102). Sum of RGB (Red+Green+Blue) = 96+80+102=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 102 - color contains mainly: blue. Hex color #605066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605066 is #9FAF99. Grayscale: #575757. Windows color (decimal): -10465178 or 6705248. OLE color: 6705248.

HSL color Cylindrical-coordinate representation of color #605066: hue angle of 283.64º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #605066 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9680102-
CMYK0.060.2200.6
HSL283.64º12.09%35.69%-
HSV(B)283.64º21.57%40%-
XYZ10.099.1813.81-
YUV87.29136.3134.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.53%
GREEN value IS 80 (31.64% from 255) = 28.78%
BLUE value IS 102 (40.23% from 255) = 36.69%
R=34.53%
G=28.78%
B=36.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal96801020.060.2200.6283.6412.0935.69
Hex60506661603C11cc24
Octal1401201466260744341444
Binary1100000101000011001101101011001111001000111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605066; }

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

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

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

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

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

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

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

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