#675869

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

Shades of Fedora #675869

Tints of Fedora #675869

Color information

#675869 (or 0x675869) is unknown color: approx Fedora. HEX triplet: 67, 58 and 69. RGB value is (103,88,105). Sum of RGB (Red+Green+Blue) = 103+88+105=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 105 - color contains mainly: blue. Hex color #675869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675869 is #98A796. Grayscale: #5E5E5E. Windows color (decimal): -10004375 or 6903911. OLE color: 6903911.

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

Color convert

RGB10388105-
CMYK0.020.1600.59
HSL292.94º8.81%37.84%-
HSV(B)292.94º16.19%41.18%-
XYZ11.6310.8814.85-
YUV94.42133.97134.12-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.80%
GREEN value IS 88 (34.77% from 255) = 29.73%
BLUE value IS 105 (41.41% from 255) = 35.47%
R=34.80%
G=29.73%
B=35.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103881050.020.1600.59292.948.8137.84
Hex67586921003B125926
Octal1471301512200734451146
Binary110011110110001101001101000001110111001001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675869; }

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

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

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

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

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

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

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

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