#645070

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

Shades of Fedora #645070

Tints of Fedora #645070

Color information

#645070 (or 0x645070) is unknown color: approx Fedora. HEX triplet: 64, 50 and 70. RGB value is (100,80,112). Sum of RGB (Red+Green+Blue) = 100+80+112=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 112 - color contains mainly: blue. Hex color #645070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645070 is #9BAF8F. Grayscale: #595959. Windows color (decimal): -10203024 or 7360612. OLE color: 7360612.

HSL color Cylindrical-coordinate representation of color #645070: hue angle of 277.5º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #645070 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10080112-
CMYK0.110.2900.56
HSL277.5º16.67%37.65%-
HSV(B)277.5º28.57%43.92%-
XYZ11.059.6216.6-
YUV89.63140.63135.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.25%
GREEN value IS 80 (31.64% from 255) = 27.40%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=34.25%
G=27.40%
B=38.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100801120.110.2900.56277.516.6737.65
Hex645070B1D0381161126
Octal14412016013350704262146
Binary110010010100001110000101111101011100010001011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645070; }

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

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

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

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

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

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

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

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