#645069

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

Shades of Fedora #645069

Tints of Fedora #645069

Color information

#645069 (or 0x645069) is unknown color: approx Fedora. HEX triplet: 64, 50 and 69. RGB value is (100,80,105). Sum of RGB (Red+Green+Blue) = 100+80+105=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 105 - color contains mainly: blue. Hex color #645069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645069 is #9BAF96. Grayscale: #585858. Windows color (decimal): -10203031 or 6901860. OLE color: 6901860.

HSL color Cylindrical-coordinate representation of color #645069: hue angle of 288º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #645069 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10080105-
CMYK0.050.2400.59
HSL288º13.51%36.27%-
HSV(B)288º23.81%41.18%-
XYZ10.679.4714.63-
YUV88.83137.13135.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.09%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 105 (41.41% from 255) = 36.84%
R=35.09%
G=28.07%
B=36.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100801050.050.2400.5928813.5136.27
Hex64506951803B120e24
Octal1441201515300734401644
Binary1100100101000011010011011100001110111001000001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645069; }

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

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

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

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

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

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

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

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