#68526B

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

Shades of Fedora #68526B

Tints of Fedora #68526B

Color information

#68526B (or 0x68526B) is unknown color: approx Fedora. HEX triplet: 68, 52 and 6B. RGB value is (104,82,107). Sum of RGB (Red+Green+Blue) = 104+82+107=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 107 - color contains mainly: blue. Hex color #68526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68526B is #97AD94. Grayscale: #5B5B5B. Windows color (decimal): -9940373 or 7033448. OLE color: 7033448.

HSL color Cylindrical-coordinate representation of color #68526B: hue angle of 292.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #68526B is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10482107-
CMYK0.030.2300.58
HSL292.8º13.23%37.06%-
HSV(B)292.8º23.36%41.96%-
XYZ11.3810.0415.25-
YUV91.43136.79136.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.49%
GREEN value IS 82 (32.42% from 255) = 27.99%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=35.49%
G=27.99%
B=36.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104821070.030.2300.58292.813.2337.06
Hex68526B31703A125d25
Octal1501221533270724451545
Binary110100010100101101011111011101110101001001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68526B; }

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

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

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

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

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

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

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

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