#665469

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

Shades of Fedora #665469

Tints of Fedora #665469

Color information

#665469 (or 0x665469) is unknown color: approx Fedora. HEX triplet: 66, 54 and 69. RGB value is (102,84,105). Sum of RGB (Red+Green+Blue) = 102+84+105=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 105 - color contains mainly: blue. Hex color #665469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665469 is #99AB96. Grayscale: #5B5B5B. Windows color (decimal): -10070935 or 6902886. OLE color: 6902886.

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

Color convert

RGB10284105-
CMYK0.030.2000.59
HSL291.43º11.11%37.06%-
HSV(B)291.43º20%41.18%-
XYZ11.210.1914.74-
YUV91.78135.46135.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.05%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 105 (41.41% from 255) = 36.08%
R=35.05%
G=28.87%
B=36.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102841050.030.2000.59291.4311.1137.06
Hex66546931403B123b25
Octal1461241513240734431345
Binary110011010101001101001111010001110111001000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665469; }

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

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

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

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

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

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

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

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