#685270

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

Shades of Fedora #685270

Tints of Fedora #685270

Color information

#685270 (or 0x685270) is unknown color: approx Fedora. HEX triplet: 68, 52 and 70. RGB value is (104,82,112). Sum of RGB (Red+Green+Blue) = 104+82+112=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 112 - color contains mainly: blue. Hex color #685270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685270 is #97AD8F. Grayscale: #5B5B5B. Windows color (decimal): -9940368 or 7361128. OLE color: 7361128.

HSL color Cylindrical-coordinate representation of color #685270: hue angle of 284º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #685270 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10482112-
CMYK0.070.2700.56
HSL284º15.46%38.04%-
HSV(B)284º26.79%43.92%-
XYZ11.6510.1516.67-
YUV92139.29136.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 82 (32.42% from 255) = 27.52%
BLUE value IS 112 (44.14% from 255) = 37.58%
R=34.90%
G=27.52%
B=37.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104821120.070.2700.5628415.4638.04
Hex68527071B03811cf26
Octal1501221607330704341746
Binary1101000101001011100001111101101110001000111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685270; }

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

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

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

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

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

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

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

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