#675073

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

Shades of Fedora #675073

Tints of Fedora #675073

Color information

#675073 (or 0x675073) is unknown color: approx Fedora. HEX triplet: 67, 50 and 73. RGB value is (103,80,115). Sum of RGB (Red+Green+Blue) = 103+80+115=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 115 - color contains mainly: blue. Hex color #675073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675073 is #98AF8C. Grayscale: #5A5A5A. Windows color (decimal): -10006413 or 7557223. OLE color: 7557223.

HSL color Cylindrical-coordinate representation of color #675073: hue angle of 279.43º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #675073 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10380115-
CMYK0.100.3000.55
HSL279.43º17.95%38.24%-
HSV(B)279.43º30.43%45.1%-
XYZ11.569.8617.51-
YUV90.87141.62136.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.56%
GREEN value IS 80 (31.64% from 255) = 26.85%
BLUE value IS 115 (45.31% from 255) = 38.59%
R=34.56%
G=26.85%
B=38.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103801150.100.3000.55279.4317.9538.24
Hex675073A1E0371171226
Octal14712016312360674272246
Binary110011110100001110011101011110011011110001011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675073; }

 p { color: rgb(103,80,115); }

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

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

 a { background-color: rgb(103,80,115); }

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

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

 span { border-color: rgb(103,80,115); }

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