#665B68

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

Shades of Fedora #665B68

Tints of Fedora #665B68

Color information

#665B68 (or 0x665B68) is unknown color: approx Fedora. HEX triplet: 66, 5B and 68. RGB value is (102,91,104). Sum of RGB (Red+Green+Blue) = 102+91+104=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 104 - color contains mainly: blue. Hex color #665B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B68 is #99A497. Grayscale: #5F5F5F. Windows color (decimal): -10069144 or 6839142. OLE color: 6839142.

HSL color Cylindrical-coordinate representation of color #665B68: hue angle of 290.77º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #665B68 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10291104-
CMYK0.020.1200.59
HSL290.77º6.67%38.24%-
HSV(B)290.77º12.5%40.78%-
XYZ11.7211.3114.66-
YUV95.77132.64132.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 91 (35.94% from 255) = 30.64%
BLUE value IS 104 (41.02% from 255) = 35.02%
R=34.34%
G=30.64%
B=35.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102911040.020.1200.59290.776.6738.24
Hex665B682C03B123726
Octal146133150214073443746
Binary1100110101101111010001011000111011100100011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665B68; }

 p { color: rgb(102,91,104); }

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

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

 a { background-color: rgb(102,91,104); }

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

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

 span { border-color: rgb(102,91,104); }

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