#675369

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

Shades of Fedora #675369

Tints of Fedora #675369

Color information

#675369 (or 0x675369) is unknown color: approx Fedora. HEX triplet: 67, 53 and 69. RGB value is (103,83,105). Sum of RGB (Red+Green+Blue) = 103+83+105=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 105 - color contains mainly: blue. Hex color #675369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675369 is #98AC96. Grayscale: #5B5B5B. Windows color (decimal): -10005655 or 6902631. OLE color: 6902631.

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

Color convert

RGB10383105-
CMYK0.020.2100.59
HSL294.55º11.7%36.86%-
HSV(B)294.55º20.95%41.18%-
XYZ11.2410.0914.72-
YUV91.49135.63136.21-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.40%
GREEN value IS 83 (32.81% from 255) = 28.52%
BLUE value IS 105 (41.41% from 255) = 36.08%
R=35.40%
G=28.52%
B=36.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103831050.020.2100.59294.5511.736.86
Hex67536921503B127c25
Octal1471231512250734471445
Binary110011110100111101001101010101110111001001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675369; }

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

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

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

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

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

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

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

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