#695570

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

Shades of Fedora #695570

Tints of Fedora #695570

Color information

#695570 (or 0x695570) is unknown color: approx Fedora. HEX triplet: 69, 55 and 70. RGB value is (105,85,112). Sum of RGB (Red+Green+Blue) = 105+85+112=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 112 - color contains mainly: blue. Hex color #695570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695570 is #96AA8F. Grayscale: #5D5D5D. Windows color (decimal): -9874064 or 7361897. OLE color: 7361897.

HSL color Cylindrical-coordinate representation of color #695570: hue angle of 284.44º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #695570 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10585112-
CMYK0.060.2400.56
HSL284.44º13.71%38.63%-
HSV(B)284.44º24.11%43.92%-
XYZ1210.6716.76-
YUV94.06138.13135.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.77%
GREEN value IS 85 (33.59% from 255) = 28.15%
BLUE value IS 112 (44.14% from 255) = 37.09%
R=34.77%
G=28.15%
B=37.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105851120.060.2400.56284.4413.7138.63
Hex69557061803811ce27
Octal1511251606300704341647
Binary1101001101010111100001101100001110001000111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695570; }

 p { color: rgb(105,85,112); }

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

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

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

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

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

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

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