#665C69

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

Shades of Fedora #665C69

Tints of Fedora #665C69

Color information

#665C69 (or 0x665C69) is unknown color: approx Fedora. HEX triplet: 66, 5C and 69. RGB value is (102,92,105). Sum of RGB (Red+Green+Blue) = 102+92+105=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 105 - color contains mainly: blue. Hex color #665C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C69 is #99A396. Grayscale: #606060. Windows color (decimal): -10068887 or 6904934. OLE color: 6904934.

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

Color convert

RGB10292105-
CMYK0.030.1200.59
HSL286.15º6.6%38.63%-
HSV(B)286.15º12.38%41.18%-
XYZ11.8611.514.96-
YUV96.47132.81131.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.11%
GREEN value IS 92 (36.33% from 255) = 30.77%
BLUE value IS 105 (41.41% from 255) = 35.12%
R=34.11%
G=30.77%
B=35.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102921050.030.1200.59286.156.638.63
Hex665C693C03B11e727
Octal146134151314073436747
Binary1100110101110011010011111000111011100011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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