#665269

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

Shades of Fedora #665269

Tints of Fedora #665269

Color information

#665269 (or 0x665269) is unknown color: approx Fedora. HEX triplet: 66, 52 and 69. RGB value is (102,82,105). Sum of RGB (Red+Green+Blue) = 102+82+105=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 105 - color contains mainly: blue. Hex color #665269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665269 is #99AD96. Grayscale: #5A5A5A. Windows color (decimal): -10071447 or 6902374. OLE color: 6902374.

HSL color Cylindrical-coordinate representation of color #665269: hue angle of 292.17º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #665269 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10282105-
CMYK0.030.2200.59
HSL292.17º12.3%36.67%-
HSV(B)292.17º21.9%41.18%-
XYZ11.059.8814.69-
YUV90.6136.13136.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.29%
GREEN value IS 82 (32.42% from 255) = 28.37%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=35.29%
G=28.37%
B=36.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102821050.030.2200.59292.1712.336.67
Hex66526931603B124c25
Octal1461221513260734441445
Binary110011010100101101001111011001110111001001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665269; }

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

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

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

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

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

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

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

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