#695069

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

Shades of Fedora #695069

Tints of Fedora #695069

Color information

#695069 (or 0x695069) is unknown color: approx Fedora. HEX triplet: 69, 50 and 69. RGB value is (105,80,105). Sum of RGB (Red+Green+Blue) = 105+80+105=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #695069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695069 is #96AF96. Grayscale: #5A5A5A. Windows color (decimal): -9875351 or 6901865. OLE color: 6901865.

HSL color Cylindrical-coordinate representation of color #695069: hue angle of 300º 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 #695069 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10580105-
CMYK00.2400.59
HSL300º13.51%36.27%-
HSV(B)300º23.81%41.18%-
XYZ11.249.7614.66-
YUV90.32136.28138.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 105 (41.41% from 255) = 36.21%
R=36.21%
G=27.59%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1058010500.2400.5930013.5136.27
Hex69506901803B12ce24
Octal1511201510300734541644
Binary11010011010000110100101100001110111001011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695069; }

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

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

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

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

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

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

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

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