#665A6B

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

Shades of Fedora #665A6B

Tints of Fedora #665A6B

Color information

#665A6B (or 0x665A6B) is unknown color: approx Fedora. HEX triplet: 66, 5A and 6B. RGB value is (102,90,107). Sum of RGB (Red+Green+Blue) = 102+90+107=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 107 - color contains mainly: blue. Hex color #665A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665A6B is #99A594. Grayscale: #5F5F5F. Windows color (decimal): -10069397 or 7035494. OLE color: 7035494.

HSL color Cylindrical-coordinate representation of color #665A6B: hue angle of 282.35º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #665A6B is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10290107-
CMYK0.050.1600.58
HSL282.35º8.63%38.63%-
HSV(B)282.35º15.89%41.96%-
XYZ11.7911.215.45-
YUV95.53134.48132.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.11%
GREEN value IS 90 (35.55% from 255) = 30.10%
BLUE value IS 107 (42.19% from 255) = 35.79%
R=34.11%
G=30.10%
B=35.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102901070.050.1600.58282.358.6338.63
Hex665A6B51003A11a927
Octal1461321535200724321147
Binary1100110101101011010111011000001110101000110101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,90,107); }

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

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

 a { background-color: rgb(102,90,107); }

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

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

 span { border-color: rgb(102,90,107); }

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