#645867

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

Shades of Fedora #645867

Tints of Fedora #645867

Color information

#645867 (or 0x645867) is unknown color: approx Fedora. HEX triplet: 64, 58 and 67. RGB value is (100,88,103). Sum of RGB (Red+Green+Blue) = 100+88+103=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 103 - color contains mainly: blue. Hex color #645867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645867 is #9BA798. Grayscale: #5D5D5D. Windows color (decimal): -10200985 or 6772836. OLE color: 6772836.

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

Color convert

RGB10088103-
CMYK0.030.1500.60
HSL288º7.85%37.45%-
HSV(B)288º14.56%40.39%-
XYZ11.1910.6714.3-
YUV93.3133.48132.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.36%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 103 (40.62% from 255) = 35.40%
R=34.36%
G=30.24%
B=35.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal100881030.030.1500.602887.8537.45
Hex6458673F03C120825
Octal1441301473170744401045
Binary11001001011000110011111111101111001001000001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645867; }

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

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

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

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

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

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

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

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