#695272

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

Shades of Fedora #695272

Tints of Fedora #695272

Color information

#695272 (or 0x695272) is unknown color: approx Fedora. HEX triplet: 69, 52 and 72. RGB value is (105,82,114). Sum of RGB (Red+Green+Blue) = 105+82+114=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 114 - color contains mainly: blue. Hex color #695272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695272 is #96AD8D. Grayscale: #5C5C5C. Windows color (decimal): -9874830 or 7492201. OLE color: 7492201.

HSL color Cylindrical-coordinate representation of color #695272: hue angle of 283.12º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #695272 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10582114-
CMYK0.080.2800.55
HSL283.12º16.33%38.43%-
HSV(B)283.12º28.07%44.71%-
XYZ11.8810.2517.27-
YUV92.52140.12136.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.88%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 114 (44.92% from 255) = 37.87%
R=34.88%
G=27.24%
B=37.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105821140.080.2800.55283.1216.3338.43
Hex69527281C03711b1026
Octal15112216210340674332046
Binary110100110100101110010100011100011011110001101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695272; }

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

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

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

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

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

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

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

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