#665369

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

Shades of Fedora #665369

Tints of Fedora #665369

Color information

#665369 (or 0x665369) is unknown color: approx Fedora. HEX triplet: 66, 53 and 69. RGB value is (102,83,105). Sum of RGB (Red+Green+Blue) = 102+83+105=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 105 - color contains mainly: blue. Hex color #665369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665369 is #99AC96. Grayscale: #5B5B5B. Windows color (decimal): -10071191 or 6902630. OLE color: 6902630.

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

Color convert

RGB10283105-
CMYK0.030.2100.59
HSL291.82º11.7%36.86%-
HSV(B)291.82º20.95%41.18%-
XYZ11.1210.0314.71-
YUV91.19135.79135.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.17%
GREEN value IS 83 (32.81% from 255) = 28.62%
BLUE value IS 105 (41.41% from 255) = 36.21%
R=35.17%
G=28.62%
B=36.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102831050.030.2100.59291.8211.736.86
Hex66536931503B124c25
Octal1461231513250734441445
Binary110011010100111101001111010101110111001001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665369; }

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

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

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

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

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

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

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

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