#675069

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

Shades of Fedora #675069

Tints of Fedora #675069

Color information

#675069 (or 0x675069) is unknown color: approx Fedora. HEX triplet: 67, 50 and 69. RGB value is (103,80,105). Sum of RGB (Red+Green+Blue) = 103+80+105=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 105 - color contains mainly: blue. Hex color #675069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675069 is #98AF96. Grayscale: #595959. Windows color (decimal): -10006423 or 6901863. OLE color: 6901863.

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

Color convert

RGB10380105-
CMYK0.020.2400.59
HSL295.2º13.51%36.27%-
HSV(B)295.2º23.81%41.18%-
XYZ11.019.6414.65-
YUV89.73136.62137.47-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.76%
GREEN value IS 80 (31.64% from 255) = 27.78%
BLUE value IS 105 (41.41% from 255) = 36.46%
R=35.76%
G=27.78%
B=36.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103801050.020.2400.59295.213.5136.27
Hex67506921803B127e24
Octal1471201512300734471644
Binary110011110100001101001101100001110111001001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675069; }

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

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

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

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

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

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

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

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