#685272

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

Shades of Fedora #685272

Tints of Fedora #685272

Color information

#685272 (or 0x685272) is unknown color: approx Fedora. HEX triplet: 68, 52 and 72. RGB value is (104,82,114). Sum of RGB (Red+Green+Blue) = 104+82+114=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 114 - color contains mainly: blue. Hex color #685272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685272 is #97AD8D. Grayscale: #5C5C5C. Windows color (decimal): -9940366 or 7492200. OLE color: 7492200.

HSL color Cylindrical-coordinate representation of color #685272: hue angle of 281.25º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #685272 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10482114-
CMYK0.090.2800.55
HSL281.25º16.33%38.43%-
HSV(B)281.25º28.07%44.71%-
XYZ11.7610.1917.27-
YUV92.23140.29136.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.67%
GREEN value IS 82 (32.42% from 255) = 27.33%
BLUE value IS 114 (44.92% from 255) = 38%
R=34.67%
G=27.33%
B=38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104821140.090.2800.55281.2516.3338.43
Hex68527291C0371191026
Octal15012216211340674312046
Binary110100010100101110010100111100011011110001100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685272; }

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

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

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

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

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

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

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

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