#675A69

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

Shades of Fedora #675A69

Tints of Fedora #675A69

Color information

#675A69 (or 0x675A69) is unknown color: approx Fedora. HEX triplet: 67, 5A and 69. RGB value is (103,90,105). Sum of RGB (Red+Green+Blue) = 103+90+105=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 105 - color contains mainly: blue. Hex color #675A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675A69 is #98A596. Grayscale: #5F5F5F. Windows color (decimal): -10003863 or 6904423. OLE color: 6904423.

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

Color convert

RGB10390105-
CMYK0.020.1400.59
HSL292º7.69%38.24%-
HSV(B)292º14.29%41.18%-
XYZ11.811.2214.91-
YUV95.6133.31133.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.56%
GREEN value IS 90 (35.55% from 255) = 30.20%
BLUE value IS 105 (41.41% from 255) = 35.23%
R=34.56%
G=30.20%
B=35.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103901050.020.1400.592927.6938.24
Hex675A692E03B124826
Octal1471321512160734441046
Binary11001111011010110100110111001110111001001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675A69; }

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

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

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

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

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

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

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

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