#605462

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

Shades of Fedora #605462

Tints of Fedora #605462

Color information

#605462 (or 0x605462) is unknown color: approx Fedora. HEX triplet: 60, 54 and 62. RGB value is (96,84,98). Sum of RGB (Red+Green+Blue) = 96+84+98=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 98 - color contains mainly: blue. Hex color #605462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605462 is #9FAB9D. Grayscale: #595959. Windows color (decimal): -10464158 or 6444128. OLE color: 6444128.

HSL color Cylindrical-coordinate representation of color #605462: hue angle of 291.43º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #605462 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB968498-
CMYK0.020.1400.62
HSL291.43º7.69%35.69%-
HSV(B)291.43º14.29%38.43%-
XYZ10.29.7112.89-
YUV89.18132.98132.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.53%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 98 (38.67% from 255) = 35.25%
R=34.53%
G=30.22%
B=35.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9684980.020.1400.62291.437.6935.69
Hex6054622E03E123824
Octal1401241422160764431044
Binary11000001010100110001010111001111101001000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605462; }

 p { color: rgb(96,84,98); }

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

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

 a { background-color: rgb(96,84,98); }

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

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

 span { border-color: rgb(96,84,98); }

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