#645067

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

Shades of Fedora #645067

Tints of Fedora #645067

Color information

#645067 (or 0x645067) is unknown color: approx Fedora. HEX triplet: 64, 50 and 67. RGB value is (100,80,103). Sum of RGB (Red+Green+Blue) = 100+80+103=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 103 - color contains mainly: blue. Hex color #645067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645067 is #9BAF98. Grayscale: #585858. Windows color (decimal): -10203033 or 6770788. OLE color: 6770788.

HSL color Cylindrical-coordinate representation of color #645067: hue angle of 292.17º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #645067 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10080103-
CMYK0.030.2200.60
HSL292.17º12.57%35.88%-
HSV(B)292.17º22.33%40.39%-
XYZ10.579.4314.09-
YUV88.6136.13136.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.34%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 103 (40.62% from 255) = 36.40%
R=35.34%
G=28.27%
B=36.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal100801030.030.2200.60292.1712.5735.88
Hex64506731603C124d24
Octal1441201473260744441544
Binary110010010100001100111111011001111001001001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645067; }

 p { color: rgb(100,80,103); }

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

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

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

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

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

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

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