#695670

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

Shades of Fedora #695670

Tints of Fedora #695670

Color information

#695670 (or 0x695670) is unknown color: approx Fedora. HEX triplet: 69, 56 and 70. RGB value is (105,86,112). Sum of RGB (Red+Green+Blue) = 105+86+112=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 112 - color contains mainly: blue. Hex color #695670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695670 is #96A98F. Grayscale: #5E5E5E. Windows color (decimal): -9873808 or 7362153. OLE color: 7362153.

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

Color convert

RGB10586112-
CMYK0.060.2300.56
HSL283.85º13.13%38.82%-
HSV(B)283.85º23.21%43.92%-
XYZ12.0810.8316.78-
YUV94.64137.79135.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.65%
GREEN value IS 86 (33.98% from 255) = 28.38%
BLUE value IS 112 (44.14% from 255) = 36.96%
R=34.65%
G=28.38%
B=36.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105861120.060.2300.56283.8513.1338.82
Hex69567061703811cd27
Octal1511261606270704341547
Binary1101001101011011100001101011101110001000111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695670; }

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

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

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

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

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

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

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

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