#675769

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

Shades of Fedora #675769

Tints of Fedora #675769

Color information

#675769 (or 0x675769) is unknown color: approx Fedora. HEX triplet: 67, 57 and 69. RGB value is (103,87,105). Sum of RGB (Red+Green+Blue) = 103+87+105=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 105 - color contains mainly: blue. Hex color #675769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675769 is #98A896. Grayscale: #5D5D5D. Windows color (decimal): -10004631 or 6903655. OLE color: 6903655.

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

Color convert

RGB10387105-
CMYK0.020.1700.59
HSL293.33º9.37%37.65%-
HSV(B)293.33º17.14%41.18%-
XYZ11.5510.7214.82-
YUV93.84134.3134.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.92%
GREEN value IS 87 (34.38% from 255) = 29.49%
BLUE value IS 105 (41.41% from 255) = 35.59%
R=34.92%
G=29.49%
B=35.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103871050.020.1700.59293.339.3737.65
Hex67576921103B125926
Octal1471271512210734451146
Binary110011110101111101001101000101110111001001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675769; }

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

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

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

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

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

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

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

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