#665C68

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

Shades of Fedora #665C68

Tints of Fedora #665C68

Color information

#665C68 (or 0x665C68) is unknown color: approx Fedora. HEX triplet: 66, 5C and 68. RGB value is (102,92,104). Sum of RGB (Red+Green+Blue) = 102+92+104=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 104 - color contains mainly: blue. Hex color #665C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C68 is #99A397. Grayscale: #606060. Windows color (decimal): -10068888 or 6839398. OLE color: 6839398.

HSL color Cylindrical-coordinate representation of color #665C68: hue angle of 290º degrees, saturation: 0.06, 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 #665C68 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10292104-
CMYK0.020.1200.59
HSL290º6.12%38.43%-
HSV(B)290º11.54%40.78%-
XYZ11.8111.4814.69-
YUV96.36132.31132.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.23%
GREEN value IS 92 (36.33% from 255) = 30.87%
BLUE value IS 104 (41.02% from 255) = 34.90%
R=34.23%
G=30.87%
B=34.90%

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
Decimal102921040.020.1200.592906.1238.43
Hex665C682C03B122626
Octal146134150214073442646
Binary1100110101110011010001011000111011100100010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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