#68606B

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

Shades of Fedora #68606B

Tints of Fedora #68606B

Color information

#68606B (or 0x68606B) is unknown color: approx Fedora. HEX triplet: 68, 60 and 6B. RGB value is (104,96,107). Sum of RGB (Red+Green+Blue) = 104+96+107=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 107 - color contains mainly: blue. Hex color #68606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68606B is #979F94. Grayscale: #636363. Windows color (decimal): -9936789 or 7037032. OLE color: 7037032.

HSL color Cylindrical-coordinate representation of color #68606B: hue angle of 283.64º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #68606B is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10496107-
CMYK0.030.1000.58
HSL283.64º5.42%39.8%-
HSV(B)283.64º10.28%41.96%-
XYZ12.5512.3715.64-
YUV99.65132.15131.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.88%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=33.88%
G=31.27%
B=34.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104961070.030.1000.58283.645.4239.8
Hex68606B3A03A11c528
Octal150140153312072434550
Binary1101000110000011010111110100111010100011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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