#675372

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

Shades of Fedora #675372

Tints of Fedora #675372

Color information

#675372 (or 0x675372) is unknown color: approx Fedora. HEX triplet: 67, 53 and 72. RGB value is (103,83,114). Sum of RGB (Red+Green+Blue) = 103+83+114=300 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 114 - color contains mainly: blue. Hex color #675372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675372 is #98AC8D. Grayscale: #5C5C5C. Windows color (decimal): -10005646 or 7492455. OLE color: 7492455.

HSL color Cylindrical-coordinate representation of color #675372: hue angle of 278.71º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #675372 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10383114-
CMYK0.100.2700.55
HSL278.71º15.74%38.63%-
HSV(B)278.71º27.19%44.71%-
XYZ11.7210.2817.29-
YUV92.51140.13135.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.33%
GREEN value IS 83 (32.81% from 255) = 27.67%
BLUE value IS 114 (44.92% from 255) = 38%
R=34.33%
G=27.67%
B=38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103831140.100.2700.55278.7115.7438.63
Hex675372A1B0371171027
Octal14712316212330674272047
Binary110011110100111110010101011011011011110001011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675372; }

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

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

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

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

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

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

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

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