#675467

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

Shades of Fedora #675467

Tints of Fedora #675467

Color information

#675467 (or 0x675467) is unknown color: approx Fedora. HEX triplet: 67, 54 and 67. RGB value is (103,84,103). Sum of RGB (Red+Green+Blue) = 103+84+103=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 103 - color contains mainly: red, blue. Hex color #675467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675467 is #98AB98. Grayscale: #5B5B5B. Windows color (decimal): -10005401 or 6771815. OLE color: 6771815.

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

Color convert

RGB10384103-
CMYK00.1800.60
HSL300º10.16%36.67%-
HSV(B)300º18.45%40.39%-
XYZ11.2110.214.21-
YUV91.85134.29135.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.52%
GREEN value IS 84 (33.20% from 255) = 28.97%
BLUE value IS 103 (40.62% from 255) = 35.52%
R=35.52%
G=28.97%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1038410300.1800.6030010.1636.67
Hex67546701203C12ca25
Octal1471241470220744541245
Binary11001111010100110011101001001111001001011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675467; }

 p { color: rgb(103,84,103); }

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

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

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

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

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

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

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