#675068

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

Shades of Fedora #675068

Tints of Fedora #675068

Color information

#675068 (or 0x675068) is unknown color: approx Fedora. HEX triplet: 67, 50 and 68. RGB value is (103,80,104). Sum of RGB (Red+Green+Blue) = 103+80+104=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 104 - color contains mainly: blue. Hex color #675068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675068 is #98AF97. Grayscale: #595959. Windows color (decimal): -10006424 or 6836327. OLE color: 6836327.

HSL color Cylindrical-coordinate representation of color #675068: hue angle of 297.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #675068 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10380104-
CMYK0.010.2300.59
HSL297.5º13.04%36.08%-
HSV(B)297.5º23.08%40.78%-
XYZ10.969.6214.38-
YUV89.61136.12137.55-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.89%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=35.89%
G=27.87%
B=36.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103801040.010.2300.59297.513.0436.08
Hex67506811703B12ad24
Octal1471201501270734521544
Binary11001111010000110100011011101110111001010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675068; }

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

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

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

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

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

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

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

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