#675668

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

Shades of Fedora #675668

Tints of Fedora #675668

Color information

#675668 (or 0x675668) is unknown color: approx Fedora. HEX triplet: 67, 56 and 68. RGB value is (103,86,104). Sum of RGB (Red+Green+Blue) = 103+86+104=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 104 - color contains mainly: blue. Hex color #675668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675668 is #98A997. Grayscale: #5D5D5D. Windows color (decimal): -10004888 or 6837863. OLE color: 6837863.

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

Color convert

RGB10386104-
CMYK0.010.1700.59
HSL296.67º9.47%37.25%-
HSV(B)296.67º17.31%40.78%-
XYZ11.4210.5414.53-
YUV93.14134.13135.04-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.15%
GREEN value IS 86 (33.98% from 255) = 29.35%
BLUE value IS 104 (41.02% from 255) = 35.49%
R=35.15%
G=29.35%
B=35.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103861040.010.1700.59296.679.4737.25
Hex67566811103B129925
Octal1471261501210734511145
Binary11001111010110110100011000101110111001010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675668; }

 p { color: rgb(103,86,104); }

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

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

 a { background-color: rgb(103,86,104); }

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

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

 span { border-color: rgb(103,86,104); }

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