#665869

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

Shades of Fedora #665869

Tints of Fedora #665869

Color information

#665869 (or 0x665869) is unknown color: approx Fedora. HEX triplet: 66, 58 and 69. RGB value is (102,88,105). Sum of RGB (Red+Green+Blue) = 102+88+105=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 105 - color contains mainly: blue. Hex color #665869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665869 is #99A796. Grayscale: #5E5E5E. Windows color (decimal): -10069911 or 6903910. OLE color: 6903910.

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

Color convert

RGB10288105-
CMYK0.030.1600.59
HSL289.41º8.81%37.84%-
HSV(B)289.41º16.19%41.18%-
XYZ11.5210.8214.85-
YUV94.12134.14133.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.58%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 105 (41.41% from 255) = 35.59%
R=34.58%
G=29.83%
B=35.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102881050.030.1600.59289.418.8137.84
Hex66586931003B121926
Octal1461301513200734411146
Binary110011010110001101001111000001110111001000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665869; }

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

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

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

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

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

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

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

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