#685273

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

Shades of Fedora #685273

Tints of Fedora #685273

Color information

#685273 (or 0x685273) is unknown color: approx Fedora. HEX triplet: 68, 52 and 73. RGB value is (104,82,115). Sum of RGB (Red+Green+Blue) = 104+82+115=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 115 - color contains mainly: blue. Hex color #685273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685273 is #97AD8C. Grayscale: #5C5C5C. Windows color (decimal): -9940365 or 7557736. OLE color: 7557736.

HSL color Cylindrical-coordinate representation of color #685273: hue angle of 280º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #685273 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10482115-
CMYK0.100.2900.55
HSL280º16.75%38.63%-
HSV(B)280º28.7%45.1%-
XYZ11.8210.2217.57-
YUV92.34140.79136.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.55%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 115 (45.31% from 255) = 38.21%
R=34.55%
G=27.24%
B=38.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104821150.100.2900.5528016.7538.63
Hex685273A1D0371181127
Octal15012216312350674302147
Binary110100010100101110011101011101011011110001100010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685273; }

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

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

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

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

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

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

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

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