#69606B

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

Shades of Fedora #69606B

Tints of Fedora #69606B

Color information

#69606B (or 0x69606B) is unknown color: approx Fedora. HEX triplet: 69, 60 and 6B. RGB value is (105,96,107). Sum of RGB (Red+Green+Blue) = 105+96+107=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 107 - color contains mainly: blue. Hex color #69606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69606B is #969F94. Grayscale: #636363. Windows color (decimal): -9871253 or 7037033. OLE color: 7037033.

HSL color Cylindrical-coordinate representation of color #69606B: hue angle of 289.09º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #69606B is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10596107-
CMYK0.020.1000.58
HSL289.09º5.42%39.8%-
HSV(B)289.09º10.28%41.96%-
XYZ12.6612.4315.64-
YUV99.94131.98131.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 107 (42.19% from 255) = 34.74%
R=34.09%
G=31.17%
B=34.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105961070.020.1000.58289.095.4239.8
Hex69606B2A03A121528
Octal151140153212072441550
Binary1101001110000011010111010100111010100100001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69606B; }

 p { color: rgb(105,96,107); }

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

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

 a { background-color: rgb(105,96,107); }

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

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

 span { border-color: rgb(105,96,107); }

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