#675368

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

Shades of Fedora #675368

Tints of Fedora #675368

Color information

#675368 (or 0x675368) is unknown color: approx Fedora. HEX triplet: 67, 53 and 68. RGB value is (103,83,104). Sum of RGB (Red+Green+Blue) = 103+83+104=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 104 - color contains mainly: blue. Hex color #675368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675368 is #98AC97. Grayscale: #5B5B5B. Windows color (decimal): -10005656 or 6837095. OLE color: 6837095.

HSL color Cylindrical-coordinate representation of color #675368: hue angle of 297.14º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #675368 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10383104-
CMYK0.010.2000.59
HSL297.14º11.23%36.67%-
HSV(B)297.14º20.19%40.78%-
XYZ11.1910.0714.45-
YUV91.37135.13136.29-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.52%
GREEN value IS 83 (32.81% from 255) = 28.62%
BLUE value IS 104 (41.02% from 255) = 35.86%
R=35.52%
G=28.62%
B=35.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103831040.010.2000.59297.1411.2336.67
Hex67536811403B129b25
Octal1471231501240734511345
Binary11001111010011110100011010001110111001010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675368; }

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

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

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

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

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

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

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

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