#675568

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

Shades of Fedora #675568

Tints of Fedora #675568

Color information

#675568 (or 0x675568) is unknown color: approx Fedora. HEX triplet: 67, 55 and 68. RGB value is (103,85,104). Sum of RGB (Red+Green+Blue) = 103+85+104=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 104 - color contains mainly: blue. Hex color #675568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675568 is #98AA97. Grayscale: #5C5C5C. Windows color (decimal): -10005144 or 6837607. OLE color: 6837607.

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

Color convert

RGB10385104-
CMYK0.010.1800.59
HSL296.84º10.05%37.06%-
HSV(B)296.84º18.27%40.78%-
XYZ11.3410.3814.5-
YUV92.55134.46135.46-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.27%
GREEN value IS 85 (33.59% from 255) = 29.11%
BLUE value IS 104 (41.02% from 255) = 35.62%
R=35.27%
G=29.11%
B=35.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103851040.010.1800.59296.8410.0537.06
Hex67556811203B129a25
Octal1471251501220734511245
Binary11001111010101110100011001001110111001010011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675568; }

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

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

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

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

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

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

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

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