#695271

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

Shades of Fedora #695271

Tints of Fedora #695271

Color information

#695271 (or 0x695271) is unknown color: approx Fedora. HEX triplet: 69, 52 and 71. RGB value is (105,82,113). Sum of RGB (Red+Green+Blue) = 105+82+113=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 113 - color contains mainly: blue. Hex color #695271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695271 is #96AD8E. Grayscale: #5C5C5C. Windows color (decimal): -9874831 or 7426665. OLE color: 7426665.

HSL color Cylindrical-coordinate representation of color #695271: hue angle of 284.52º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #695271 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10582113-
CMYK0.070.2700.56
HSL284.52º15.9%38.24%-
HSV(B)284.52º27.43%44.31%-
XYZ11.8210.2316.97-
YUV92.41139.62136.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35%
GREEN value IS 82 (32.42% from 255) = 27.33%
BLUE value IS 113 (44.53% from 255) = 37.67%
R=35%
G=27.33%
B=37.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105821130.070.2700.56284.5215.938.24
Hex69527171B03811d1026
Octal1511221617330704352046
Binary11010011010010111000111111011011100010001110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695271; }

 p { color: rgb(105,82,113); }

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

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

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

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

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

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

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