#675868

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

Shades of Fedora #675868

Tints of Fedora #675868

Color information

#675868 (or 0x675868) is unknown color: approx Fedora. HEX triplet: 67, 58 and 68. RGB value is (103,88,104). Sum of RGB (Red+Green+Blue) = 103+88+104=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 104 - color contains mainly: blue. Hex color #675868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675868 is #98A797. Grayscale: #5E5E5E. Windows color (decimal): -10004376 or 6838375. OLE color: 6838375.

HSL color Cylindrical-coordinate representation of color #675868: hue angle of 296.25º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #675868 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10388104-
CMYK0.010.1500.59
HSL296.25º8.33%37.65%-
HSV(B)296.25º15.38%40.78%-
XYZ11.5810.8614.58-
YUV94.31133.47134.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.92%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 104 (41.02% from 255) = 35.25%
R=34.92%
G=29.83%
B=35.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103881040.010.1500.59296.258.3337.65
Hex6758681F03B128826
Octal1471301501170734501046
Binary1100111101100011010001111101110111001010001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675868; }

 p { color: rgb(103,88,104); }

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

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

 a { background-color: rgb(103,88,104); }

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

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

 span { border-color: rgb(103,88,104); }

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